VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.UI.VisualTools Namespace / WebPdfTextRedactionMarkJS type
Members Syntax Remarks Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebPdfTextRedactionMarkJS type
    In This Topic
    Represents redaction mark that is used for removing text from content.
    Syntax
    // Parameters
    var image; // Type: WebImageJS
    var textRegion; // Type: WebTextRegionJS
    var pdfDocumentEditorControl; // Type: WebPdfDocumentEditorControlJS
    
    var instance = new Vintasoft.Imaging.Pdf.UI.VisualTools.WebPdfTextRedactionMarkJS(image, textRegion, pdfDocumentEditorControl);
    
    
    function WebPdfTextRedactionMarkJS;
    
    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.UI.VisualTools.WebPdfTextRedactionMarkJS

    Browser Compatibility
    56+
    45+
    11
    See Also