isContentImagesReceived Method
Returns a value indicating whether information about content images is received.
var instance = new Vintasoft.Imaging.Pdf.WebPdfPageJS(pdfDocument, pageIndex);
var value; // Type: boolean
value = instance.isContentImagesReceived();
function isContentImagesReceived() : boolean;
Return Value
True - if information about content images is received (the "requestContentImages" function was called earlier); otherwise, false.