Leadtools.Forms.DocumentWriters Namespace > DocumentWriter Class > LoadOptions Method : LoadOptions(Stream) Method |
'Usage Dim instance As DocumentWriter Dim stream As Stream instance.LoadOptions(stream)
function Leadtools.Forms.DocumentWriters.DocumentWriter.LoadOptions(Stream)( stream )
This method will load the options saved to an XML stream using the SaveOptions(Stream) method.
To load and save the options to an XML disk file instead of a stream, use LoadOptions(string) and SaveOptions(string).
Saving the options to an XML file allows you to set the options the required way once and then re-use them in multiple sessions (or multiple DocumentWriter instances). Each document format supported by the LEADTOOLS Document Writer contain extra functionality and options that can be accessed with the GetOptions and SetOptions methods. For more information, refer to DocumentOptions.
The following options are saved to the XML: