VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfResourceJS type / isResourceDataReceived Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    isResourceDataReceived Method
    In This Topic
    Determines that data of this resource is received.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfResourceJS(document, compression, length);
    
    var value; // Type: boolean
    value = instance.isResourceDataReceived();
    
    
    function isResourceDataReceived() : boolean;
    

    Return Value

    True - if data of this resource is received (the "requestResourceData" method was called earlier); otherwise, false.
    Browser Compatibility
    56+
    45+
    11
    See Also