[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfNameObject

PdfNameObject Class

The PDF Name indirect object.

Implements
Namespace: GrapeCity.Documents.Pdf.Spec
Assembly: GcDocs.Pdf.dll
Syntax
public class PdfNameObject : PdfIndirectObject<PdfName>, IPdfName

Constructors

Name Description
PdfNameObject(PdfName)

Initializes a new instance of the PdfNameObject class.

Properties

Name Description
Name

Gets the underlying PdfName object.

Extension Methods