[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.GcPdfDocument.MergeWithDocument

MergeWithDocument Method

MergeWithDocument(GcPdfDocument, MergeDocumentOptions)

Merges all or some pages from a specified GcPdfDocument into the current document.

Declaration
public void MergeWithDocument(GcPdfDocument sourceDoc, MergeDocumentOptions options = null)
Public Sub MergeWithDocument(sourceDoc As GcPdfDocument, Optional options As MergeDocumentOptions = Nothing)
Parameters
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.