SmartZone v8.0 - Updated
Accusoft.SmartZoneICR.Net Assembly / Accusoft.SmartZoneICRSdk Namespace / Image Class / YDpi Property




In This Topic
    YDpi Property (Image)
    In This Topic
    Gets or sets vertical resolution of the image, in dots per inch .
    Syntax
    'Declaration
     
    
    Public Property YDpi As Single
    'Usage
     
    
    Dim instance As Image
    Dim value As Single
     
    instance.YDpi = value
     
    value = instance.YDpi
    public float YDpi {get; set;}
    public: __property float get_YDpi();
    public: __property void set_YDpi( 
       float value
    );
    public:
    property float YDpi {
       float get();
       void set (    float value);
    }
    See Also