PdfMergingOptions Class

The options for merging PDF documents.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfMergingOptions

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public class PdfMergingOptions
VB
Public Class PdfMergingOptions

The PdfMergingOptions type exposes the following members.

Constructors

  NameDescription
Public methodPdfMergingOptions
Initializes a new instance of the PdfMergingOptions class.

Properties

  NameDescription
Public propertyControlMergingMode
Gets or sets the value indicating how to merge PDF controls.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

See Also