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(
: WebPdfRedactionMarkAppearanceJS
) : any;
Parameters
- value
- Appearance of PDF redaction mark OR null.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also