Name | Description | |
---|---|---|
PdfString Constructor | Overloaded. |
The following tables list the members exposed by PdfString.
Name | Description | |
---|---|---|
PdfString Constructor | Overloaded. |
Name | Description | |
---|---|---|
Adobe | "Adobe" | |
Empty | The empty instance of the PdfString. | |
Flags | The state of the PdfString object. | |
Identity | "Identity" | |
open | "open" | |
"print" | ||
sRGB | "sRGB" | |
UCS | "UCS" |
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the PdfString. | |
Item | Gets or sets the byte at the specified index. |
Name | Description | |
---|---|---|
BytesToString | Converts a list of bytes representing a PDF string to a string. | |
CompareTo | Compares the current PdfString with another PdfString and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | |
Equals | Overloaded. Checks whether this PdfString is equal to value. | |
FromString | Creates a PdfString from the passed string. | |
GetHashCode | Serves as the default hash function. | |
StringToBytes | Converts a string to the array of bytes representing the PDF string. | |
ToString | Returns a string that represents the current object. |