Gets a value that indicate whether this AnnDataProvider supports reading image data.
public virtual bool CanRead { get; }
Public Overridable ReadOnly Property CanRead As Boolean
public virtual bool CanRead {get;}
public boolean canRead()
get_CanRead();
public:
virtual property bool CanRead
{
bool get()
}
true if this AnnDataProvider supports reading image data, otherwise; false.
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.
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