Table of Contents

Class PdfNullObject

Namespace
PdfSharp.Pdf
Assembly
PdfSharp-gdi.dll

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 PdfDocument

The document.

Methods

ToString()

Returns the string "null".

public override string ToString()

Returns

string