Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / MergeWithDocument Method
The source document which is to be merged into the current document.
Options controlling what and how to merge.

In This Topic
    MergeWithDocument Method
    In This Topic
    Merges all or some pages from a specified GcPdfDocument into the current document.
    Syntax
    'Declaration
     
    Public Sub MergeWithDocument( _
       ByVal sourceDoc As GcPdfDocument, _
       Optional ByVal options As MergeDocumentOptions _
    ) 
    public void MergeWithDocument( 
       GcPdfDocument sourceDoc,
       MergeDocumentOptions options
    )

    Parameters

    sourceDoc
    The source document which is to be merged into the current document.
    options
    Options controlling what and how to merge.
    See Also