Leadtools.Forms.DocumentWriters Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
LoadOptions(String) Method
See Also 
Leadtools.Forms.DocumentWriters Namespace > DocumentWriter Class > LoadOptions Method : LoadOptions(String) Method



fileName
The name of XML file containing the options.
fileName
The name of XML file containing the options.
Loads the document options from an XML file on disk.

Syntax

Visual Basic (Declaration) 
Overloads Public Sub LoadOptions( _
   ByVal fileName As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As DocumentWriter
Dim fileName As String
 
instance.LoadOptions(fileName)
C# 
public void LoadOptions( 
   string fileName
)
C++/CLI 
public:
void LoadOptions( 
   String^ fileName
) 

Parameters

fileName
The name of XML file containing the options.

Example

For an example, refer to SaveOptions.

Remarks

This method will load the options saved to an XML file using the SaveOptions(string) method.

To load and save the options to an XML stream instead of a file, use LoadOptions(Stream) and SaveOptions(Stream).

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 functionlity 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:

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also

Leadtools.Forms.DocumentWriters requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features