WebPdfPageRedactionMarkJS type
In This Topic
Represents a PDF redaction mark that removes all content (images, text, vector graphics) from PDF page.
Syntax
// Parameters
var image; // Type: WebImageJS
var pdfDocumentEditorControl; // Type: WebPdfDocumentEditorControlJS
var instance = new Vintasoft.Imaging.Pdf.WebPdfPageRedactionMarkJS(image, pdfDocumentEditorControl);
function WebPdfPageRedactionMarkJS;
Remarks
Redaction marks are used for removing PDF content using WebPdfRemoveContentToolJS.
Inheritance Hierarchy
Browser Compatibility
See Also