XmlSaveOptions

XmlSaveOptions class

Save options for export to Xml format

The XmlSaveOptions type exposes the following members:

Constructors

NameDescription
XmlSaveOptions()Initializes a new instance of the XmlSaveOptions class

Properties

NameDescription
warning_handlerCallback to handle any warnings generated.
The WarningHandler returns ReturnAction enum item specifying either Continue or Abort.
Continue is the default action and the Save operation continues, however the user may also return Abort in which case the Save operation should cease.
save_formatFormat of data save.
close_responseGets or sets boolean value which indicates will Response object be closed after document saved into response.

See Also