Class PdfObjectInternals
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
ObjectID
Gets the object identifier. Returns PdfObjectID.Empty for direct objects.
public PdfObjectID ObjectID { get; }
Property Value
ObjectNumber
Gets the object number.
public int ObjectNumber { get; }
Property Value
TypeID
Gets the name of the current type. Not a very useful property, but can be used for data binding.
public string TypeID { get; }