Gets a value that indicate whether this AnnDataProvider supports writing image data.
Object.defineProperty(AnnDataProvider.prototype, 'canWrite',
get: function()
)
canWrite: boolean; // read-only
true if this AnnDataProvider supports writing image data, otherwise; false.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET