Error processing SSI file
(Leadtools.Annotations.Documents)

ReadFromString Method

Show in webframe
A string containing the text expression to be read from the Bates stamp elements. This value must not be null.
Reads all Bates stamp elements from the elements' text expression.
Syntax
 function Leadtools.Annotations.Documents.AnnBatesStampTranslator.readFromString( 
   elementsExpression 
)

Parameters

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

Return Value

TypeDescription
IAnnBatesElement 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.

See Also

Reference

AnnBatesStampTranslator Object
AnnBatesStampTranslator Members

Error processing SSI file