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.