Documents for PDF, .NET Edition Documentation
MergeWithDocument Method

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.
Merges all or some pages from a specified GcPdfDocument into the current document.
Syntax
'Declaration
 
Public Sub MergeWithDocument( _
   ByVal sourceDoc As GcPdfDocument, _
   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

Reference

GcPdfDocument Class
GcPdfDocument Members