Represents text that is written 'as it is' into the PDF stream. This class can lead to invalid PDF files.
E.g. strings in a literal are not encrypted when the document is saved with a password.
Inheritance Hierarchy
PdfEdit.PdfPdfItem
PdfEdit.PdfPdfLiteral
Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
The PdfLiteral type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PdfLiteral |
Initializes a new instance of the PdfLiteral class.
| |
PdfLiteral(String) |
Initializes a new instance with the specified string.
| |
PdfLiteral(String, Object) |
Initializes a new instance with the culture invariant formatted specified arguments.
|
Methods
Name | Description | |
---|---|---|
Clone |
Creates a copy of this object.
(Inherited from PdfItem.) | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
FromMatrix |
Creates a literal from an XMatrix
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString |
Returns a string that represents the current value.
(Overrides ObjectToString.) |
Properties
Name | Description | |
---|---|---|
Value |
Gets the value as litaral string.
|
See Also