←Select platform

Load Method

Summary

Loads the options previously saved from an XML stream

Syntax
C#
C++/CLI
Python
public void Load( 
   Stream stream 
) 
public:  
   void Load( 
      Stream^ stream 
   ) 
def Load(self,stream): 

Parameters

stream

Stream containing previously saved options as XML.

Remarks

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.
Requirements

Target Platforms

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

Leadtools.Document.Converter Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.