Click or drag to resize

PrepareConversionEngineArgs Class

Event argument class for OnPrepareConversionEngine. Allows changes some internal conversion engine settings as well as settings of the conversion rule dynamically.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ATR.CT.CTInterfacePrepareConversionEngineArgs

Namespace:  ATR.CT.CTInterface
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public class PrepareConversionEngineArgs : EventArgs

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
Availability

CUSTOMTOOLS 2021 SP2


See Also