VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.BasicTypes Namespace / PdfIndirectObject Class / Create(PdfDocument,PdfBasicObject) Method
Syntax Requirements SeeAlso
In This Topic
    Create(PdfDocument,PdfBasicObject) Method (PdfIndirectObject)
    In This Topic
    Creates new indirect object in the specified PDF document.
    Syntax
    'Declaration
    
    Public Shared Function Create( _
    ByVal document
    The PDF document, where new indirect object must be created.
    As Vintasoft.Imaging.Pdf.PdfDocument, _
    ByVal value
    The value of new indirect object.
    As PdfBasicObject _
    ) As PdfIndirectObject

    Parameters

    document
    The PDF document, where new indirect object must be created.
    value
    The value of new indirect object.

    Return Value

    A PdfIndirectObject object instance.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also