←Select platform

IsItemReady Method

Summary

Determines whether the image data for an item is ready (cached).

Syntax
C#
VB
C++
public virtual bool IsItemReady( 
   ImageViewerItem item 
) 
Public Overridable Function IsItemReady( 
   ByVal item As ImageViewerItem 
) As Boolean 
public:  
   virtual bool IsItemReady( 
      ImageViewerItem^ item 
   ) 

Parameters

item

Source item.

Return Value

true if the image data for the item is ready; otherwise, false.

Requirements

Target Platforms

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

Leadtools.Controls Assembly