Click or drag to resize

PdfString Methods

The PdfString type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCreate(DateTimeOffset) Creates the date PdfString instance from the specified DateTimeOffset value.
Public methodStatic memberCreate(String) Creates the literal text PdfString instance from the specified String value.
Public methodStatic memberCreate(String, IPdfEncoding, PdfStringForm) Creates the PdfString instance from the specified String value.
Public methodEquals Determines whether the specified Object is equal to this PdfString instance.
(Overrides PdfBasicValueEquals(Object))
Public methodGetHashCode Returns a hash code for this PdfString instance.
(Overrides PdfBasicValueGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Returns a String that represents this PdfString instance.
(Overrides PdfBasicObjectToString)
Public methodToString(IPdfEncoding) Returns a String that represents this PdfString instance in the specified encoding.
Top
See Also