←Select platform

LoadFromString Method

Summary

Loads a Bates stamp composer from a string.

Syntax

C#
VB
Java
WinRT C#
C++
public static AnnBatesStampComposer LoadFromString( 
   string xmlData 
) 
Public Shared Function LoadFromString( _ 
   ByVal xmlData As String _ 
) As Leadtools.Annotations.Documents.AnnBatesStampComposer 
public static Leadtools.Annotations.Documents.AnnBatesStampComposer LoadFromString(  
   string xmlData 
) 
public static AnnBatesStampComposer loadFromString(String xmlData) 
             
 function Leadtools.Annotations.Documents.AnnBatesStampComposer.LoadFromString(  
   xmlData  
) 
public:  
   static AnnBatesStampComposer^ LoadFromString( 
      String^ xmlData 
   ) 

Parameters

xmlData
string containing the XML data of the Bates stamp composer to be loaded. This value must not be null.

Return Value

A new AnnBatesStampComposer object containing all the Bates stamp objects and elements loaded from xmlData.

Example

For an example, refer to SaveToString SaveToString

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Documents Assembly