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

    Return Value

    Appearance of PDF redaction mark OR null.
    Browser Compatibility
    56+
    45+
    11
    See Also