Nevron Open Vision Documentation
Nevron.Nov.Text Namespace / NMergeAndSaveBatch Class / UpdateMergeFields Method


In This Topic
    UpdateMergeFields Method
    In This Topic
    Updates the mail merge field values of the given document block.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub UpdateMergeFields( _
       ByVal documentBlock As NDocumentBlock _
    ) 
    'Usage
     
    
    Dim instance As NMergeAndSaveBatch
    Dim documentBlock As NDocumentBlock
     
    instance.UpdateMergeFields(documentBlock)
    protected virtual void UpdateMergeFields( 
       NDocumentBlock documentBlock
    )

    Parameters

    documentBlock
    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