PdfIndirectObjectCreate(PdfBasicObject) Method |
Namespace: SautinSoft.Pdf.ObjectsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.2.19
Syntaxpublic static PdfIndirectObject Create(
PdfBasicObject value
)
Public Shared Function Create (
value As PdfBasicObject
) As PdfIndirectObject
Parameters
- value PdfBasicObject
- A value that will be contained in the returned PdfIndirectObject.
Return Value
PdfIndirectObjectA new instance of the
PdfIndirectObject class with the specified value.
See Also