VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfPageJS type / getTrasformFromPageSpaceToImageSpace Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    getTrasformFromPageSpaceToImageSpace Method
    In This Topic
    Returns the transformation matrix from page space to the image space.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfPageJS(pdfDocument, pageIndex);
    
    var value; // Type: Vintasoft.Imaging.Utils.WebMatrixJS
    
    // Parameters
    var resolution; // Type: WebResolutionJS
    
    value = instance.getTrasformFromPageSpaceToImageSpace(resolution);
    
    
    function getTrasformFromPageSpaceToImageSpace(
    resolution
    Image resolution.
    : WebResolutionJS
    ) : WebMatrixJS;

    Parameters

    resolution
    Image resolution.

    Return Value

    WebMatrixJS that transforms page space to the image space.
    Exceptions
    ExceptionDescription
    Thrown if PDF page does not have required information.
    Browser Compatibility
    56+
    45+
    11
    See Also