VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfPageRedactionMarkJS type / WebPdfPageRedactionMarkJS Constructor(WebImageJS,WebPdfDocumentEditorControlJS)
Syntax Remarks BrowserCompatibility SeeAlso
In This Topic
    WebPdfPageRedactionMarkJS Constructor(WebImageJS,WebPdfDocumentEditorControlJS)
    In This Topic
    Initializes a new instance of the WebPdfPageRedactionMarkJS class.
    Syntax
    // Parameters
    var image; // Type: WebImageJS
    var pdfDocumentEditorControl; // Type: WebPdfDocumentEditorControlJS
    
    var instance = new Vintasoft.Imaging.Pdf.WebPdfPageRedactionMarkJS(image, pdfDocumentEditorControl);
    
    
    function WebPdfPageRedactionMarkJS(
    image
    The image associated with PDF page.
    : WebImageJS,
    pdfDocumentEditorControl
    The PDF document editor control.
    : WebPdfDocumentEditorControlJS
    ) : WebPdfPageRedactionMarkJS;

    Parameters

    image
    The image associated with PDF page.
    pdfDocumentEditorControl
    The PDF document editor control.
    Remarks

    Redaction marks are used for removing PDF content using WebPdfRemoveContentToolJS.

    Browser Compatibility
    56+
    45+
    11
    See Also