VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf.UI.VisualTools Namespace / WebPdfTextRedactionMarkJS type / get_TextRegion Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_TextRegion Method
    In This Topic
    Gets the text region to remove.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.UI.VisualTools.WebPdfTextRedactionMarkJS(image, textRegion, pdfDocumentEditorControl);
    
    var value; // Type: Vintasoft.Imaging.WebTextRegionJS
    value = instance.get_TextRegion();
    
    
    function get_TextRegion() : WebTextRegionJS;
    

    Return Value

    The text region to remove.
    Browser Compatibility
    56+
    45+
    11
    See Also