Nevron Open Vision Documentation
Nevron.Nov.Diagram.DrawingCommands Namespace / NMergeAndSendCommandAction Class / MergeDocument Method


In This Topic
    MergeDocument Method (NMergeAndSendCommandAction)
    In This Topic
    Merges the given drawing document with the mail merge record at the given index.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub MergeDocument( _
       ByVal drawingDocument As NDrawingDocument, _
       ByVal recordIndex As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NMergeAndSendCommandAction
    Dim drawingDocument As NDrawingDocument
    Dim recordIndex As System.Integer
     
    instance.MergeDocument(drawingDocument, recordIndex)
    protected virtual void MergeDocument( 
       NDrawingDocument drawingDocument,
       System.int recordIndex
    )

    Parameters

    drawingDocument
    recordIndex
    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