[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfNullObject

Class PdfNullObject

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

Represents a PDF NULL indirect object.

public class PdfNullObject : PdfIndirectObject<PdfNull>, IPdfNull
Inheritance
PdfNullObject
Implements
Inherited Members

Constructors

PdfNullObject(PdfNull)

Initializes a new instance of the PdfNullObject class.

public PdfNullObject(PdfNull value)

Parameters

value PdfNull

The value of Value.

Properties

Null

Gets the underlying PdfNull object.

public PdfNull Null { get; }

Property Value

PdfNull