←Select platform

LoadFromString Method

Summary

Sets the options from an XML string

Syntax
C#
VB
C++
public void LoadFromString( 
   string value 
) 
Public Sub LoadFromString( 
   ByVal value As String 
) 
public:  
   void LoadFromString( 
      String^ value 
   ) 

Parameters

value

String containing the 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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Converter Assembly