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

    Parameters

    resource
    PDF resource.

    Return Value

    A string that represents data of PDF resource.
    Exceptions
    ExceptionDescription
    Thrown if PDF resource is NOT supported.
    Requirements

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

    See Also