Accusoft.PdfXpress7.Net
YResolution Property




Gets and sets the vertical resolution for the image data, in pixels per inch.
Syntax
'Declaration
 
Public Property YResolution As Integer
'Usage
 
Dim instance As ImageDataInfo
Dim value As Integer
 
instance.YResolution = value
 
value = instance.YResolution
public int YResolution {get; set;}
public: __property int get_YResolution();
public: __property void set_YResolution( 
   int value
);
public:
property int YResolution {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the y (vertical) resolution.
See Also

Reference

ImageDataInfo Class
ImageDataInfo Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback