PDFsharp-net6

PdfNull

Namespace: PdfSharp.Pdf

Represents a indirect reference that is not in the cross reference table.

public sealed class PdfNull : PdfItem, System.ICloneable

Inheritance ObjectPdfItemPdfNull
Implements ICloneable

Fields

Value

The only instance of this class.

public static PdfNull Value;

Methods

ToString()

Returns a String that represents the current Object.

public string ToString()

Returns

String
A String that represents the current Object.

WriteObject(PdfWriter)

internal void WriteObject(PdfWriter writer)

Parameters

writer PdfWriter