Documents for PDF, .NET Edition Documentation
MergeDocumentOptions Class Members
Properties 

GrapeCity.Documents.Pdf Assembly > GrapeCity.Documents.Pdf Namespace : MergeDocumentOptions Class

The following tables list the members exposed by MergeDocumentOptions.

Public Constructors
 NameDescription
Public Constructor  
Top
Public Properties
 NameDescription
Public PropertyGets or sets a value indicating whether to copy files embedded in the source document to the GcPdfDocument.EmbeddedFiles collection.

The default is false.

 
Public PropertyGets or sets a value indicating whether to copy Acroform fields.

The default is true.

 
Public PropertyGets or sets the OutlineNodeCollection to which the outlines from the source document linked to the merged pages will be copied.  
Public PropertyGets or sets the GrapeCity.Documents.Pdf.Structure.StructElementCollection to which the structure elements from the source document will be copied.  
Public PropertyGets or sets the starting position in the destination document at which the pages of the source document will be inserted.

-1 (the default) indicates that the pages will be added to the end of the document.

 
Public PropertyGets or sets a value indicating whether to merge structure trees.

The default is false.

 
Public PropertyGets or sets the outline merge mode.

The default is OutlineMergeMode.None.

 
Public PropertyGets or sets the GrapeCity.Documents.Common.OutputRange object specifying the range of the pages in the source document that should be merged into the destination document.

Null (the default) indicates that all pages will be merged.

 
Top
See Also

Reference

MergeDocumentOptions Class
GrapeCity.Documents.Pdf Namespace