Gets the number of overlays that have been defined for this RasterImage.
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();
}
The number of overlays that have been defined for this RasterImage.
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.
For an example, refer to GetOverlayImage.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET