←Select platform

NumberOfVerticalPixels Property

Summary

Gets or sets the number of vertical pixels.

Syntax
C#
C++/CLI
[DataMemberAttribute()] 
[ElementAttribute(7471364)] 
public System.Nullable<int> NumberOfVerticalPixels { get; set; } 
public:  
   [DataMemberAttribute,  
   ElementAttribute((gcnew DicomTag::NumberOfVerticalPixels()))] 
   property Nullable<Int32>^ NumberOfVerticalPixels 
   { 
      Nullable<Int32>^ get() 
      void set(Nullable<Int32>^ value) 
   } 

Property Value

The number of vertical pixels.

Remarks

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.

Requirements

Target Platforms

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

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.