←Select platform

ImageDpiX Property

Summary

Gets or sets the horizontal resolution used when converting the points of an Leadtools.Annotations.Core.AnnObject to pixels.

Syntax

C#
VB
C++
public double ImageDpiX { get; set; } 
  
Public Property ImageDpiX As Double 
public: 
property double ImageDpiX { 
   double get(); 
   void set (    double ); 
} 

Property Value

The horizontal resolution used when converting the points of an Leadtools.Annotations.Core.AnnObject to pixels.

Remarks

The default value is 96.0

Example

For an example, refer to FromAnnContainerToDataSet(dicomdataset,anncontainer).

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.