IsActive Property

Summary
Determines whether an image is loaded.
Syntax
C#
VB
C++
public bool IsActive { get; } 
  
Public ReadOnly Property IsActive As Boolean 
public: 
property bool IsActive { 
   bool get(); 
} 

Property Value

true if an image is loaded; otherwise, false.

Remarks

This property does not throw any exceptions.

Example

For an example that calls this property before and after the JpipRasterImageViewer is closed, refer to JpipRasterImageViewer.

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.Jpip.Client.WinForms Assembly

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