VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.BasicTypes Namespace / PdfIndirectObject Class / GetByReference(PdfIndirectReference) Method
Syntax Requirements SeeAlso
In This Topic
    GetByReference(PdfIndirectReference) Method (PdfIndirectObject)
    In This Topic
    Returns the indirect object for the specified reference.
    Syntax
    'Declaration
    
    Public Shared Function GetByReference( _
    ByVal reference
    The reference to an indirect object.
    As PdfIndirectReference _
    ) As PdfIndirectObject
    public static PdfIndirectObject GetByReference(
    PdfIndirectReference reference
    )
    public: static PdfIndirectObject* GetByReference(
    PdfIndirectReference* reference
    )
    public:
    static PdfIndirectObject^ GetByReference(
    PdfIndirectReference^ reference
    )

    Parameters

    reference
    The reference to an indirect object.

    Return Value

    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