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

Leadtools.Jpip.Client.WinForms Assembly