VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfPageJS type / pointsFromPageSpaceToImageSpace Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    pointsFromPageSpaceToImageSpace Method
    In This Topic
    Converts points from image coordinate space to PDF page coordinate space taking into account the image resolution.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfPageJS(pdfDocument, pageIndex);
    
    var value; // Type: any
    
    // Parameters
    var points; // Type: object
    var resolution; // Type: object
    
    value = instance.pointsFromPageSpaceToImageSpace(points, resolution);
    
    
    function pointsFromPageSpaceToImageSpace(
    points
    Points, in the image's coordinate space, to convert.
    : object,
    resolution
    Image resolution.
    : object
    ) : any;

    Parameters

    points
    Points, in the image's coordinate space, to convert.
    resolution
    Image resolution.
    Exceptions
    ExceptionDescription
    Thrown if arguments have wrong types.
    Browser Compatibility
    56+
    45+
    11
    See Also