←Select platform

CanRead Property

Summary

Gets a value that indicate whether this AnnDataProvider supports reading image data.

Syntax

C#
VB
Java
WinRT C#
C++
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() 
   } 

Property Value

true 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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly