var instance = new Vintasoft.Imaging.Pdf.WebPdfPageJS(pdfDocument, pageIndex); var value; // Type: boolean value = instance.isContentImagesReceived();
function isContentImagesReceived() : boolean;
Return Value
True - if content images are received (the "requestContentImages" method was called earlier); otherwise, false.