Class PdfNullObject
Represents an indirect null value. This type is not used by PDFsharp, but at least one tool from Adobe creates PDF files with a null object.
public sealed class PdfNullObject : PdfObject, ICloneable
- Inheritance
-
PdfNullObject
- Implements
- Inherited Members
Constructors
PdfNullObject()
Initializes a new instance of the PdfNullObject class.
public PdfNullObject()
PdfNullObject(PdfDocument)
Initializes a new instance of the PdfNullObject class.
public PdfNullObject(PdfDocument document)
Parameters
document
PdfDocumentThe document.
Methods
ToString()
Returns the string "null".
public override string ToString()