Gets or sets the number of vertical pixels.
[DataMemberAttribute()]
[ElementAttribute(7471364)]
public System.Nullable<int> NumberOfVerticalPixels { get; set; }
<DataMemberAttribute(),
ElementAttribute(New DicomTag.NumberOfVerticalPixels())>
Public Property NumberOfVerticalPixels() As Nullable(Of Integer)
Get
Set
public:
[DataMemberAttribute,
ElementAttribute((gcnew DicomTag::NumberOfVerticalPixels()))]
property Nullable<Int32>^ NumberOfVerticalPixels
{
Nullable<Int32>^ get()
void set(Nullable<Int32>^ value)
}
The number of vertical pixels.
Positive integer indicating the intended number of rows of the addressable area of the screen in pixels.
The matching hanging protocol and/or structured display does not have to match the size exactly, it matches the nearest.
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