VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfDestinationFitBVerticalJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebPdfDestinationFitBVerticalJS type
    In This Topic
    Represents a PDF destination that displays the page designated by page, with the horizontal coordinate left positioned at the left edge of the window and the contents of the page magnified just enough to fit the entire height of its bounding box within the window. A null value for left 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.WebPdfDestinationFitBVerticalJS(page);
    
    
    function WebPdfDestinationFitBVerticalJS;
    
    Inheritance Hierarchy

    Object
       Vintasoft.Imaging.Pdf.WebPdfTreeNodeBaseJS
          Vintasoft.Imaging.Pdf.WebPdfDestinationBaseJS
             Vintasoft.Imaging.Pdf.WebPdfDestinationFitBVerticalJS

    Browser Compatibility
    56+
    45+
    11
    See Also