VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.Web.Services Namespace / VintasoftPdfWebService Class / GetImageResourceInformation(PdfImageResource) Method
Syntax Requirements SeeAlso
In This Topic
    GetImageResourceInformation(PdfImageResource) Method (VintasoftPdfWebService)
    In This Topic
    Returns information about PDF image-resource.
    Syntax
    'Declaration
    
    Protected Overridable Function GetImageResourceInformation( _
    ByVal resource
    PDF image-resource.
    As Vintasoft.Imaging.Pdf.Tree.PdfImageResource _
    ) As WebPdfImageResource
    protected virtual WebPdfImageResource GetImageResourceInformation(
    Vintasoft.Imaging.Pdf.Tree.PdfImageResource resource
    )
    protected: virtual WebPdfImageResource* GetImageResourceInformation(
    Vintasoft.Imaging.Pdf.Tree.PdfImageResource resource
    )
    protected:
    virtual WebPdfImageResource^ GetImageResourceInformation(
    Vintasoft.Imaging.Pdf.Tree.PdfImageResource resource
    )

    Parameters

    resource
    PDF image-resource.

    Return Value

    Information about PDF image-resource.
    Requirements

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

    See Also