[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.IPdfNameExt

Class IPdfNameExt

Namespace
GrapeCity.Documents.Pdf.Spec
Assembly
GcDocs.Pdf.dll

Contains extension methods for the IPdfName interface, allows working with PdfName and PdfNameObject in the same way.

public static class IPdfNameExt
Inheritance
object
IPdfNameExt
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Methods

AsString(IPdfName)

Converts this IPdfName to the string.

public static string AsString(this IPdfName pnm)

Parameters

pnm IPdfName

Returns

string

IsNullOrEmpty(IPdfName)

Indicates whether this IPdfName is null or has zero length.

public static bool IsNullOrEmpty(this IPdfName pnm)

Parameters

pnm IPdfName

Returns

bool