Gets a value that indicate whether this AnnDataProvider supports writing image data.
public virtual bool CanWrite { get; }
Public Overridable ReadOnly Property CanWrite As Boolean
public virtual bool CanWrite {get;}
public boolean canWrite()
get_CanWrite();
public:
virtual property bool CanWrite
{
bool get()
}
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