Gets or sets the number of horizontal pixels.
[DataMemberAttribute()]
[ElementAttribute(7471366)]
public System.Nullable<int> NumberOfHorizontalPixels { get; set; }
<DataMemberAttribute(),
ElementAttribute(New DicomTag.NumberOfHorizontalPixels())>
Public Property NumberOfHorizontalPixels() As Nullable(Of Integer)
Get
Set
public:
[DataMemberAttribute,
ElementAttribute((gcnew DicomTag::NumberOfHorizontalPixels()))]
property Nullable<Int32>^ NumberOfHorizontalPixels
{
Nullable<Int32>^ get()
void set(Nullable<Int32>^ value)
}
The number of horizontal pixels.
Positive integer indicating the intended number of columns 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