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

    Parameters

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