VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfRedactionMarkJS type
Members Syntax Remarks Hierarchy BrowserCompatibility SeeAlso
In This Topic
    WebPdfRedactionMarkJS type
    In This Topic
    Represents a PDF redaction mark.
    Syntax
    // Parameters
    var image; // Type: WebImageJS
    var pdfDocumentEditorControl; // Type: WebPdfDocumentEditorControlJS
    
    var instance = new Vintasoft.Imaging.Pdf.WebPdfRedactionMarkJS(image, pdfDocumentEditorControl);
    
    
    function WebPdfRedactionMarkJS;
    
    Remarks

    Redaction marks are used for removing PDF content using WebPdfRemoveContentToolJS.

    Inheritance Hierarchy
    Browser Compatibility
    56+
    45+
    11
    See Also