←Select platform

ReadFromString Method

Summary

Reads all Bates stamp elements from the elements' text expression.

Syntax

C#
VB
Java
WinRT C#
C++
public IAnnBatesElement[] ReadFromString( 
   string elementsExpression 
) 
Public Function ReadFromString( _ 
   ByVal elementsExpression As String _ 
) As Leadtools.Annotations.Documents.IAnnBatesElement() 
public [Leadtools.Annotations.Documents.IAnnBatesElement[]](iannbateselement.md) ReadFromString(  
   string elementsExpression 
) 
public IAnnBatesElement[] readFromString(String elementsExpression) 
             
 function Leadtools.Annotations.Documents.AnnBatesStampTranslator.ReadFromString(  
   elementsExpression  
) 
public:  
   array<IAnnBatesElement^>^ ReadFromString( 
      String^ elementsExpression 
   ) 

Parameters

elementsExpression
A string containing the text expression to be read from the Bates stamp elements. This value must not be null.

Return Value

An array of IAnnBatesElement objects.

Remarks

This method can only load Bates stamp elements previously saved with the same (starting, ending, and separating) symbols for the expression

Example

For an example, refer to AnnBatesStampTranslator.

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