Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

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:
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

See Also

Reference

AnnUnitConverter Class
AnnUnitConverter Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)