←Select platform

NumberOfVerticalPixels Property

Summary

Gets or sets the number of vertical pixels.

Syntax

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

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly