ImageDpiY Property

Summary
Gets or sets the vertical resolution used when converting the points of an Leadtools.Annotations.Engine.AnnObject to pixels.
Syntax
C#
VB
C++
public double ImageDpiY { get; set; } 
  
Public Property ImageDpiY As Double 
public: 
property double ImageDpiY { 
   double get(); 
   void set (    double ); 
} 

Property Value

The vertical resolution used when converting the points of an Leadtools.Annotations.Engine.AnnObject to pixels.

Remarks

The default value is 96.0

Example

For an example, refer to FromAnnContainerToDataSet(DicomDataSet,AnnContainer).

Requirements

Target Platforms

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

Leadtools.Dicom.Annotations Assembly

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