[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfNameObject

Class PdfNameObject

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

The PDF Name indirect object.

public class PdfNameObject : PdfIndirectObject<PdfName>, IPdfName
Inheritance
PdfNameObject
Implements
Inherited Members
Extension Methods

Constructors

PdfNameObject(PdfName)

Initializes a new instance of the PdfNameObject class.

public PdfNameObject(PdfName value)

Parameters

value PdfName

The value of Value.

Properties

Name

Gets the underlying PdfName object.

public PdfName Name { get; }

Property Value

PdfName