Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Core)

CanRead Property

Show in webframe
Gets a value that indicate whether this AnnDataProvider supports reading image data.
Syntax
get_canRead();
Object.defineProperty('canRead');

Property Value

TypeDescription
booleantrue if this AnnDataProvider supports reading image data, otherwise; false.
Remarks

This value is used by the automation object to detect if the AnnDataProvider provider in IAnnAutomationControl supports read operations (GetImageData can be called) and therefore, enables the associated user interface elements for calling these methods.

See Also

Reference

AnnDataProvider Object
AnnDataProvider Members

Error processing SSI file