VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfPageRedactionMarkJS type / set_MarkType Methods / set_MarkType(object) Property
Syntax Remarks BrowserCompatibility SeeAlso
In This Topic
    set_MarkType(object) Method
    In This Topic
    Sets the type of redaction mark.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfPageRedactionMarkJS(image, pdfDocumentEditorControl);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: object
    
    returnValue = instance.set_MarkType(value);
    
    
    function set_MarkType(
    value
    The type of redaction mark.
    : object
    ) : any;

    Parameters

    value
    The type of redaction mark.
    Remarks

    Important: This property does nothing.

    Browser Compatibility
    56+
    45+
    11
    See Also