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

Leadtools.Annotations.BatesStamp Assembly

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