Pdf |
The PdfString type exposes the following members.
Name | Description | |
---|---|---|
Form | Gets the form in which this PdfString instance shall be written. | |
Item | Gets the Byte value at a specified position in the current PdfString instance. | |
Length | Gets the number of bytes in the current PdfString instance. | |
ObjectType |
Gets the String value.
(Overrides PdfBasicObjectObjectType) |
Name | Description | |
---|---|---|
Create(DateTimeOffset) | Creates the date PdfString instance from the specified DateTimeOffset value. | |
Create(String) | Creates the literal text PdfString instance from the specified String value. | |
Create(String, IPdfEncoding, PdfStringForm) | Creates the PdfString instance from the specified String value. | |
Equals |
Determines whether the specified Object is equal to this PdfString instance.
(Overrides PdfBasicValueEquals(Object)) | |
GetHashCode |
Returns a hash code for this PdfString instance.
(Overrides PdfBasicValueGetHashCode) | |
ToString |
Returns a String that represents this PdfString instance.
(Overrides PdfBasicObjectToString) | |
ToString(IPdfEncoding) | Returns a String that represents this PdfString instance in the specified encoding. |