←Select platform

CanRead Property

Summary
Gets a value that indicate whether this AnnDataProvider supports reading image data.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public virtual bool CanRead { get; } 
@property (nonatomic, assign) BOOL canRead; 
public boolean canRead() 
public:  
   virtual property bool CanRead 
   { 
      bool get() 
   } 
CanRead # get  (AnnDataProvider) 

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 22.0.2023.7.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.