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

    Parameters

    page
    WebPdfPageJS object.
    Browser Compatibility
    56+
    45+
    11
    See Also