←Select platform

OverlayCount Property

Summary

Gets the number of overlays that have been defined for this RasterImage.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int OverlayCount { get; } 
Public ReadOnly Property OverlayCount As Integer 
public int OverlayCount {get;} 
@property (nonatomic, assign, readonly) NSUInteger overlayCount 
public int getOverlayCount() 
 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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly