VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfRedactionMarkJS type / get_MarkType Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_MarkType Method
    In This Topic
    Gets the type of redaction mark.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfRedactionMarkJS(image, pdfDocumentEditorControl);
    
    var value; // Type: Vintasoft.Imaging.Pdf.WebPdfRedactionMarkTypeEnumJS
    value = instance.get_MarkType();
    
    
    function get_MarkType() : WebPdfRedactionMarkTypeEnumJS;
    

    Return Value

    The type of redaction mark.
    Browser Compatibility
    56+
    45+
    11
    See Also