VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfDestinationFitBHorizontalJS type / WebPdfDestinationFitBHorizontalJS Constructor(WebPdfPageJS)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebPdfDestinationFitBHorizontalJS Constructor(WebPdfPageJS)
    In This Topic
    Initializes a new instance of the WebPdfDestinationFitBHorizontalJS class.
    Syntax
    // Parameters
    var page; // Type: WebPdfPageJS
    
    var instance = new Vintasoft.Imaging.Pdf.WebPdfDestinationFitBHorizontalJS(page);
    
    
    function WebPdfDestinationFitBHorizontalJS(
    page
    The page designated for this destination.
    : WebPdfPageJS
    ) : WebPdfDestinationFitBHorizontalJS;

    Parameters

    page
    The page designated for this destination.
    Browser Compatibility
    56+
    45+
    11
    See Also