VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.UI.VisualTools Namespace / WebPdfRemoveContentToolJS type / set_RedactionMarkAppearance Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_RedactionMarkAppearance Method
    In This Topic
    Sets an appearance of PDF redaction mark.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.UI.VisualTools.WebPdfRemoveContentToolJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebPdfRedactionMarkAppearanceJS
    
    returnValue = instance.set_RedactionMarkAppearance(value);
    
    
    function set_RedactionMarkAppearance(
    value
    Appearance of PDF redaction mark OR null.
    : WebPdfRedactionMarkAppearanceJS
    ) : any;

    Parameters

    value
    Appearance of PDF redaction mark OR null.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also