C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the number of Frames in the overlay.
public int FramesInOverlay { get; set; }
Public Property FramesInOverlay As Integer
public int FramesInOverlay {get; set;}
@property (nonatomic, assign) NSInteger framesInOverlay
public int getFramesInOverlay()
public void setFramesInOverlay(int value)
<br/>get_FramesInOverlay();<br/>set_FramesInOverlay(value);<br/>Object.defineProperty('FramesInOverlay');
The number of Frames in the overlay.
For more information, refer to "Overlay Plane Module Attributes" in the DICOM standard and Overlay Overview.
For an example, refer to RasterImage.GetOverlayAttributes and RasterImage.UpdateOverlayAttributes.
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