←Select platform

OverlayCount Property

Summary
Gets the number of overlays that have been defined for this RasterImage.
Syntax
C#
VB
Objective-C
C++
Java
public int OverlayCount { get; } 
Public ReadOnly Property OverlayCount As Integer 
@property (nonatomic, assign, readonly) NSUInteger overlayCount 
public int getOverlayCount() 
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.