readFromString Method

Summary

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

Syntax
TypeScript
JavaScript
AnnBatesStampTranslator.prototype.readFromString = function( 
   elementsExpression 
) 
readFromString( 
   elementsExpression: string 
): IAnnBatesElement[]; 

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

Leadtools.Annotations.BatesStamp Assembly