TxtLoadOptions
TxtLoadOptions class
Load options for TXT to PDF conversion.
public class TxtLoadOptions : LoadOptions
Constructors
Properties
Name |
Description |
LoadFormat { get; } |
Represents file format which LoadOptions describes. |
WarningHandler { get; set; } |
Callback to handle any warnings generated. The WarningHandler returns ReturnAction enum item specifying either Continue or Abort. Continue is the default action and the Load operation continues, however the user may also return Abort in which case the Load operation should cease. |
See Also