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);
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
See Also