The following tables list the members exposed by DocumentConverterOptions.
Public Methods
Name | Description | |
---|---|---|
Load | Loads the options previously saved from an XML stream | |
LoadFromString | Sets the options from an XML string | |
Save | Saves the current option to a stream as XML. | |
SaveToString | Gets the current options as an XML string. |
Public Properties
Name | Description | |
---|---|---|
EmptyPageMode | Determines how empty pages are treated during the conversion. | |
EnableSvgConversion | Indicates whether SVG conversion should be used, if available. | |
JobErrorMode | Indicates whether to abort or try to continue running jobs when an error occurs. | |
OutputSinglePages | Saves each page in a separate file regardless of the final document format. | |
PageNumberingTemplate | Template to use for the individual file names when the output format does not support multipages. | |
SvgImagesRecognitionMode | Indicates how to treat the image elements encountered in the input SVG page during the conversion. | |
UseThreads | Indicates whether to use multiple threads during the conversion. |