←Select platform

CanWrite Property

Summary
Gets a value that indicate whether this AnnDataProvider supports writing image data.
Syntax
C#
VB
C++
Java
public virtual bool CanWrite { get; } 
Public Overridable ReadOnly Property CanWrite As Boolean 
public boolean canWrite() 
public:  
   virtual property bool CanWrite 
   { 
      bool get() 
   } 

Property Value

true if this AnnDataProvider supports writing image data, otherwise; false.

Remarks

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.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

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