[]
Merges all or some pages from a specified GcPdfDocument into the current document.
public void MergeWithDocument(GcPdfDocument sourceDoc, MergeDocumentOptions options = null)
Public Sub MergeWithDocument(sourceDoc As GcPdfDocument, Optional options As MergeDocumentOptions = Nothing)
Type | Name | Description |
---|---|---|
GcPdfDocument | sourceDoc | The source document which is to be merged into the current document. |
MergeDocumentOptions | options | Options controlling what and how to merge. |