LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

OverlayCount Property






Gets the number of overlays that have been defined for this RasterImage. .NET support Silverlight support WinRT support
Syntax
public int OverlayCount {get;}
'Declaration
 
Public ReadOnly Property OverlayCount As Integer
'Usage
 
Dim instance As RasterImage
Dim value As Integer
 
value = instance.OverlayCount
public int OverlayCount {get;}
 get_OverlayCount(); 
public:
property int OverlayCount {
   int get();
}

Property Value

The number of overlays that have been defined for this RasterImage.
Remarks

This method is available in the (Document/Medical only) Toolkits.

This method will count how many overlays have been defined. The overlays are defined by calling SetOverlayImage or UpdateOverlayAttributes.

For more information, refer to Overlay Overview.

Example
For an example, refer to GetOverlayImage.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterImage Class
RasterImage Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.