WebPdfPageRedactionMarkJS Constructor(WebImageJS,WebPdfDocumentEditorControlJS)
In This Topic
Initializes a new instance of the
WebPdfPageRedactionMarkJS class.
Syntax
// Parameters
var image; // Type: WebImageJS
var pdfDocumentEditorControl; // Type: WebPdfDocumentEditorControlJS
var instance = new Vintasoft.Imaging.Pdf.WebPdfPageRedactionMarkJS(image, pdfDocumentEditorControl);
Parameters
- image
- The image associated with PDF page.
- pdfDocumentEditorControl
- The PDF document editor control.
Remarks
Redaction marks are used for removing PDF content using WebPdfRemoveContentToolJS.
Browser Compatibility
See Also