var instance = new Vintasoft.Imaging.Pdf.WebPdfPageJS(pdfDocument, pageIndex); var value; // Type: boolean value = instance.isTransformFromPageSpaceToImageSpaceReceived();
function isTransformFromPageSpaceToImageSpaceReceived() : boolean;
Return Value
True - information about transformation from image space to the page space is received (the "requestPageInfo" method was called earlier); otherwise, false.