[]
Represents a PDF NULL indirect object.
public class PdfNullObject : PdfIndirectObject<PdfNull>, IPdfNull
Initializes a new instance of the PdfNullObject class.
public PdfNullObject(PdfNull value)
Gets the underlying PdfNull object.
public PdfNull Null { get; }