VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfResourceJS type / getResourceData Property
Syntax Exceptions Remarks BrowserCompatibility SeeAlso
In This Topic
    getResourceData Method
    In This Topic
    Returns the data of this resource.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfResourceJS(document, compression, length);
    
    var value; // Type: string
    value = instance.getResourceData();
    
    
    function getResourceData() : string;
    

    Return Value

    Data of this resource.
    Exceptions
    ExceptionDescription
    Thrown if class does NOT have information about resource data.
    Remarks

    Before calling this method you must call the "requestResourceData" method for getting information about resource data.
    Call the "isResourceDataReceived" method if you want to determine that class already received information about resource data.

    Browser Compatibility
    56+
    45+
    11
    See Also