LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

DpiX Property (AnnUnitConverter)






Gets or sets the horizontal DPI value.
Syntax
public float DpiX {get; set;}
'Declaration
 
Public Property DpiX As Single
'Usage
 
Dim instance As AnnUnitConverter
Dim value As Single
 
instance.DpiX = value
 
value = instance.DpiX
public float DpiX {get; set;}
 get_DpiX();
set_DpiX(value);
public:
property float DpiX {
   float get();
   void set (    float value);
}

Property Value

The horizontal DPI value.
Example
For an example, refer to AnnUnitConverter.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnUnitConverter Class
AnnUnitConverter Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.