[]
        
(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
object
PdfNameObject
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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