Click or drag to resize

PdfIndirectObjectCreate(PdfBasicObject) Method

Creates a new instance of the PdfIndirectObject class with the specified value.

Namespace: SautinSoft.Pdf.Objects
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.2.19
Syntax
public static PdfIndirectObject Create(
	PdfBasicObject value
)

Parameters

value  PdfBasicObject
A value that will be contained in the returned PdfIndirectObject.

Return Value

PdfIndirectObject
A new instance of the PdfIndirectObject class with the specified value.
See Also