VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfDestinationFitBHorizontalJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebPdfDestinationFitBHorizontalJS type
    In This Topic
    Represents a PDF destination that displays the page designated by page, with the vertical coordinate top positioned at the top edge of the window and the contents of the page magnified just enough to fit the entire width of its bounding box within the window. A null value for top specifies that the current value of that parameter is to be retained unchanged.
    Syntax
    // Parameters
    var page; // Type: WebPdfPageJS
    
    var instance = new Vintasoft.Imaging.Pdf.WebPdfDestinationFitBHorizontalJS(page);
    
    
    function WebPdfDestinationFitBHorizontalJS;
    
    Inheritance Hierarchy

    Object
       Vintasoft.Imaging.Pdf.WebPdfTreeNodeBaseJS
          Vintasoft.Imaging.Pdf.WebPdfDestinationBaseJS
             Vintasoft.Imaging.Pdf.WebPdfDestinationFitBHorizontalJS

    Browser Compatibility
    56+
    45+
    11
    See Also