C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the number of rows in the overlay.
public int Rows { get; set; }
Public Property Rows As Integer
public int Rows {get; set;}
@property (nonatomic, assign) NSUInteger rows
public int getRows()
public void setRows(int value)
<br/>get_Rows();<br/>set_Rows(value);<br/>Object.defineProperty('Rows');
The number of rows 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