Nevron Open Vision Documentation
Nevron.Nov.Text.Formats Namespace / NTextLoadSettings Class / ValidateTextIntegrity Field


In This Topic
    ValidateTextIntegrity Field
    In This Topic
    Whether text integrity should be validated, once the document is loaded
    Syntax
    'Declaration
     
    
    Public ValidateTextIntegrity As System.Boolean
    'Usage
     
    
    Dim instance As NTextLoadSettings
    Dim value As System.Boolean
     
    value = instance.ValidateTextIntegrity
     
    instance.ValidateTextIntegrity = value
    public System.bool ValidateTextIntegrity
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also