Click or drag to resize

PrepareConversionEngineArgs Properties

The PrepareConversionEngineArgs type exposes the following members.

Properties
  NameDescription
Public propertyConversionRule
Conversion rule for which to prepare the engine.
Public propertyMergePDFAllowDuplicates
When Merge PDF handles files, by default it discards duplicates. Set to true to allow duplicate processing.
Public propertyMergePDFForceConvertAllSheet
By default, Merge PDF rule doesn't convert sheets separately for better performance. To get sheet specific conversions and related events for file manipulation, set this to true.
Public propertyMergePDFSendAllConversionEvents
For Merge PDF rule, OnPreFileConversion is not invoked for all documents but only for the main document. Set this flag to true to get the event invoked for all processed documents.
Top
See Also