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

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