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