VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.UI.VisualTools Namespace / WebPdfTextRedactionMarkJS type / WebPdfTextRedactionMarkJS Constructor(WebImageJS,WebTextRegionJS,WebPdfDocumentEditorControlJS)
Syntax Remarks BrowserCompatibility SeeAlso
In This Topic
    WebPdfTextRedactionMarkJS Constructor(WebImageJS,WebTextRegionJS,WebPdfDocumentEditorControlJS)
    In This Topic
    Initializes a new instance of the WebPdfTextRedactionMarkJS class.
    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(
    image
    The image associated with PDF page.
    : WebImageJS,
    textRegion
    The text region of redaction mark.
    : WebTextRegionJS,
    pdfDocumentEditorControl
    The PDF document editor control.
    : WebPdfDocumentEditorControlJS
    ) : WebPdfTextRedactionMarkJS;

    Parameters

    image
    The image associated with PDF page.
    textRegion
    The text region of redaction mark.
    pdfDocumentEditorControl
    The PDF document editor control.
    Remarks

    Redaction marks are used for removing PDF content using WebPdfRemoveContentToolJS.

    Browser Compatibility
    56+
    45+
    11
    See Also