PDFsharp-net6

PdfObjectInternals

Namespace: PdfSharp.Pdf.Advanced

Provides access to the internal PDF object data structures. This class prevents the public interfaces from pollution with too many internal functions.

public class PdfObjectInternals

Inheritance ObjectPdfObjectInternals

Properties

ObjectID

Gets the object identifier. Returns PdfObjectID.Empty for direct objects.

public PdfObjectID ObjectID { get; }

Property Value

PdfObjectID

ObjectNumber

Gets the object number.

public int ObjectNumber { get; }

Property Value

Int32

GenerationNumber

Gets the generation number.

public int GenerationNumber { get; }

Property Value

Int32

TypeID

Gets the name of the current type. Not a very useful property, but can be used for data binding.

public string TypeID { get; }

Property Value

String