Table of Contents

Class PdfObjectInternals

Namespace
PdfSharp.Pdf.Advanced
Assembly
PdfSharp.dll

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
PdfObjectInternals
Inherited Members

Properties

GenerationNumber

Gets the generation number.

public int GenerationNumber { get; }

Property Value

int

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

int

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