isTransformFromPageSpaceToImageSpaceReceived Method
In This Topic
Returns a value indicating whether information about transformation from page space to the image space is received.
Syntax
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" function was called earlier); otherwise, false.
Browser Compatibility
See Also