VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.Web.Services Namespace / VintasoftPdfWebService Class / GetImageResourceData(PdfImageResource) Method
Syntax Requirements SeeAlso
In This Topic
    GetImageResourceData(PdfImageResource) Method (VintasoftPdfWebService)
    In This Topic
    Returns a Base64 string that represents image of PDF image-resource in PNG format.
    Syntax
    'Declaration
    
    Protected Overridable Function GetImageResourceData( _
    ByVal resource
    PDF image-resource.
    As Vintasoft.Imaging.Pdf.Tree.PdfImageResource _
    ) As String
    protected virtual string GetImageResourceData(
    Vintasoft.Imaging.Pdf.Tree.PdfImageResource resource
    )
    protected: virtual string* GetImageResourceData(
    Vintasoft.Imaging.Pdf.Tree.PdfImageResource resource
    )
    protected:
    virtual string^ GetImageResourceData(
    Vintasoft.Imaging.Pdf.Tree.PdfImageResource resource
    )

    Parameters

    resource
    PDF image-resource.

    Return Value

    A Base64 string that represents image of PDF image-resource in PNG format.
    Requirements

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

    See Also