VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfDestinationFitRectangleJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebPdfDestinationFitRectangleJS type
    In This Topic
    Represents a PDF destination that displays the page designated by page, with its contents magnified just enough to fit the rectangle specified by the coordinates left, bottom, right, and top entirely within the window both horizontally and vertically. If the required horizontal and vertical magnification factors are different, use the smaller of the two, centering the rectangle within the window in the other dimension. A null value for any of the parameters may result in unpredictable behavior.
    Syntax
    // Parameters
    var page; // Type: WebPdfPageJS
    
    var instance = new Vintasoft.Imaging.Pdf.WebPdfDestinationFitRectangleJS(page);
    
    
    function WebPdfDestinationFitRectangleJS;
    
    Inheritance Hierarchy

    Object
       Vintasoft.Imaging.Pdf.WebPdfTreeNodeBaseJS
          Vintasoft.Imaging.Pdf.WebPdfDestinationBaseJS
             Vintasoft.Imaging.Pdf.WebPdfDestinationFitRectangleJS

    Browser Compatibility
    56+
    45+
    11
    See Also