Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NDocument Class / Evaluate Method


In This Topic
    Evaluate Method (NDocument)
    In This Topic
    Causes the document to perform evaluation. Evaluation is automatically performed on regular intervals of time, but can also be performed by the user at will. Document evaluation computes all expressions, styles, measures and layouts and is performed prior to rendering.
    Syntax
    'Declaration
     
    
    Public Sub Evaluate() 
    'Usage
     
    
    Dim instance As NDocument
     
    instance.Evaluate()
    public void Evaluate()
    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