←Select platform

LoadOptions(string) Method

Summary

Loads the document options from an XML file on disk.

Syntax
C#
VB
Objective-C
C++
Java
public void LoadOptions( 
   string fileName 
) 
Public Overloads Sub LoadOptions( _ 
   ByVal fileName As String _ 
)  
macOS Only: 
- (BOOL)loadOptionsFromFile:(NSString *)fileName error:(NSError **)error 
public void loadOptions(String fileName) 
public: 
void LoadOptions(  
   String^ fileName 
)  

Parameters

fileName
The name of XML file containing the options.

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

Example

For an example, refer to SaveOptions.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly