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

Show in webframe

DpiY Property (AnnUnitConverter)






Gets or sets the vertical DPI value.
Syntax
public float DpiY {get; set;}
'Declaration
 
Public Property DpiY As Single
'Usage
 
Dim instance As AnnUnitConverter
Dim value As Single
 
instance.DpiY = value
 
value = instance.DpiY

            

            
public:
property float DpiY {
   float get();
   void set (    float value);
}

Property Value

The vertical 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)