Sets the options from an XML string
value
String containing the options as XML.
DocumentConverterOptions supports saving and loading the options to a stream or string using:
Method | Description |
---|---|
Save | Saves the current option to a stream as XML. |
SaveToString | Gets the current options as an XML string. |
Load | Loads the options previously saved from an XML stream. |
LoadFromString | Sets the options from an XML string. |