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

    Parameters

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