VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfPageRedactionMarkJS type
Members Syntax Remarks Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebPdfPageRedactionMarkJS type
    In This Topic
    Represents a PDF redaction mark that removes all content (images, text, vector graphics) from PDF page.
    Syntax
    // Parameters
    var image; // Type: WebImageJS
    var pdfDocumentEditorControl; // Type: WebPdfDocumentEditorControlJS
    
    var instance = new Vintasoft.Imaging.Pdf.WebPdfPageRedactionMarkJS(image, pdfDocumentEditorControl);
    
    
    function WebPdfPageRedactionMarkJS;
    
    Remarks

    Redaction marks are used for removing PDF content using WebPdfRemoveContentToolJS.

    Inheritance Hierarchy

    Object
       Vintasoft.Imaging.UI.VisualTools.WebInteractiveObjectJS
          Vintasoft.Imaging.UI.VisualTools.WebRectangularSelectionJS
             Vintasoft.Imaging.Pdf.WebPdfRedactionMarkJS
                Vintasoft.Imaging.Pdf.WebPdfPageRedactionMarkJS

    Browser Compatibility
    56+
    45+
    11
    See Also