VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfTextBlockJS type / get_IsContentChanged Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_IsContentChanged Method
    In This Topic
    Gets a value indicating whether content of this text block is changed.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfTextBlockJS(number, textContent, htmlContent, region);
    
    var value; // Type: boolean
    value = instance.get_IsContentChanged();
    
    
    function get_IsContentChanged() : boolean;
    

    Return Value

    A value indicating whether content of this text block is changed.
    Browser Compatibility
    56+
    45+
    11
    See Also