VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.UI.VisualTools Namespace / WebPdfTextRedactionMarkJS type / set_MarkType Property
Syntax Remarks BrowserCompatibility SeeAlso
    set_MarkType Method
    Sets the type of the redaction mark.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.UI.VisualTools.WebPdfTextRedactionMarkJS(image, textRegion, pdfDocumentEditorControl);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebPdfRedactionMarkTypeEnumJS
    
    returnValue = instance.set_MarkType(value);
    
    

    Parameters

    value
    The type of the redaction mark.
    Remarks

    Important: This property does nothing.

    Browser Compatibility
    56+
    45+
    11
    See Also