Represents a direct text string value.
Inheritance Hierarchy
PdfEdit.PdfPdfItem
PdfEdit.PdfPdfString
Namespace: PdfEdit.Pdf
Assembly: PdfPrintingNet (in PdfPrintingNet.dll) Version: 5.2.1.0 (5.2.1.0)
Syntax
The PdfString type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PdfString |
Initializes a new instance of the PdfString class.
| |
PdfString(String) |
Initializes a new instance of the PdfString class.
| |
PdfString(String, PdfStringEncoding) |
Initializes a new instance of the PdfString class.
|
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.) | |
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 the string.
(Overrides ObjectToString.) | |
ToStringFromPdfDocEncoded |
Hack for document encoded bookmarks.
|
Properties
Name | Description | |
---|---|---|
Encoding |
Gets the encoding.
| |
HexLiteral |
Gets a value indicating whether the string is a hexadecimal literal.
| |
Length |
Gets the number of characters in this string.
| |
Value |
Gets the string value.
|
See Also