Click or drag to resize

PdfName Methods

The PdfName type exposes the following members.

Methods
 NameDescription
Public methodStatic memberCreate Creates the PdfName instance from the specified String value.
Public methodEquals(Object) Determines whether the specified Object is equal to this PdfName instance.
(Overrides PdfBasicValueEquals(Object))
Public methodEquals(PdfName) Determines whether the specified PdfName is equal to this PdfName instance.
Public methodGetHashCode Returns a hash code for this PdfName instance.
(Overrides PdfBasicValueGetHashCode)
Public methodToString Returns a String that represents this PdfName instance.
(Overrides PdfBasicObjectToString)
Public methodToText Returns a String without leading slash character ('/') that represents this PdfName instance.
Top
See Also