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
Browser Compatibility
See Also