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

CanWrite Property

Show in webframe
Gets a value that indicate whether this AnnDataProvider supports writing image data.
Syntax
get_canWrite();
Object.defineProperty('canWrite');

Property Value

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

This value is used by the automation object to detect if the AnnDataProvider provider in IAnnAutomationControl supports write operations (SetImageData, Fill, Encrypt and Decrypt 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