Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > RasterImage Class : OverlayCount Property |
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;}
@property (nonatomic, assign, readonly) NSUInteger overlayCount
public int getOverlayCount()
get_OverlayCount();
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.