Click or drag to resize

PdfBasicContainerIndirect Property

Gets the PdfIndirectObject if this PdfBasicContainer is Value or otherwise.

Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2024.8.8
Syntax
public PdfIndirectObject Indirect { get; }

Property Value

PdfIndirectObject
The PdfIndirectObject if this PdfBasicContainer is Value or otherwise.
See Also