VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfDestinationFitBJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebPdfDestinationFitBJS type
    In This Topic
    Represents a PDF destination that displays the page designated by page, with its contents magnified just enough to fit its bounding box 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 bounding box within the window in the other dimension.
    Syntax
    // Parameters
    var page; // Type: WebPdfPageJS
    
    var instance = new Vintasoft.Imaging.Pdf.WebPdfDestinationFitBJS(page);
    
    
    function WebPdfDestinationFitBJS;
    
    Inheritance Hierarchy

    Object
       Vintasoft.Imaging.Pdf.WebPdfTreeNodeBaseJS
          Vintasoft.Imaging.Pdf.WebPdfDestinationBaseJS
             Vintasoft.Imaging.Pdf.WebPdfDestinationFitBJS

    Browser Compatibility
    56+
    45+
    11
    See Also