[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Spec.PdfNullObject

PdfNullObject Class

Represents a PDF NULL indirect object.

Implements
Namespace: GrapeCity.Documents.Pdf.Spec
Assembly: DS.Documents.Pdf.dll
Syntax
public class PdfNullObject : PdfIndirectObject<PdfNull>, IPdfNull
Public Class PdfNullObject
    Inherits PdfIndirectObject(Of PdfNull)
    Implements IPdfNull

Constructors

Name Description
PdfNullObject(PdfNull)

Initializes a new instance of the PdfNullObject class.

Properties

Name Description
Null

Gets the underlying PdfNull object.