API Reference
Class
PdfDebugObject
Debugger summary for one indirect object.
Inheritance
- Object
- PdfDebugObject
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property PdfDebuggerReport.Objects
Inherited Methods
Properties
public Int32 ObjectNumber { get; } #Indirect object number.
public Int32 Generation { get; } #Indirect object generation.
public String Kind { get; } #Stable object kind derived from its value, type, and subtype.
public IReadOnlyList<String> DictionaryKeys { get; } #Sorted direct dictionary keys.
public IReadOnlyList<Int32> References { get; } #Sorted indirect object references found in the value.
public Boolean Reachable { get; } #Whether the object is reachable from the active catalog, Info dictionary, or encryption dictionary.
public Nullable<Int64> StreamLength { get; } #Stored stream length, when this is a stream object.
public Nullable<Int64> DecodedStreamLength { get; } #Decoded stream length when decoding completed within the configured preview bound.
public String DecodedStreamPreview { get; } #Optional bounded decoded stream preview.