The IsActive Property includes members that are available as an add-on to the LEADTOOLS Imaging Pro, Document, and Medical Imaging toolkits.
Determines whether an image is loaded.| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Property IsActive As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As JpipRasterImageViewer Dim value As Boolean value = instance.IsActive | |
| C# | |
|---|---|
public bool IsActive {get;} | |
Property Value
true if an image is loaded; otherwise, false.This example calls this property before and after the JpipRasterImageViewer is closed. For an example, refer to JpipRasterImageViewer.
This property does not throw any exceptions.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code