←Select platform

NumberOfHorizontalPixels Property

Summary

Gets or sets the number of horizontal pixels.

Syntax
C#
VB
C++
[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) 
   } 

Property Value

The number of horizontal pixels.

Remarks

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.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly