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


In This Topic
    MergeDocument Method (NMergeAndSaveBatch)
    In This Topic
    Merges the given source document with each of the data source records and returns the resulting document.
    Syntax
    'Declaration
     
    
    Protected Overridable Function MergeDocument( _
       ByVal source As NDocumentBlock _
    ) As NDocumentBlock
    'Usage
     
    
    Dim instance As NMergeAndSaveBatch
    Dim source As NDocumentBlock
    Dim value As NDocumentBlock
     
    value = instance.MergeDocument(source)
    protected virtual NDocumentBlock MergeDocument( 
       NDocumentBlock source
    )

    Parameters

    source
    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