Accusoft.PdfXpress7.Net
YResolution Property




Gets and sets the vertical resolution for the image data, in pixels per inch.
Syntax
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);
}
'Declaration
 
Public Property YResolution As Integer
 
'Usage
 
Dim instance As ImageDataInfo
Dim value As Integer
 
instance.YResolution = value
 
value = instance.YResolution

Property Value

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

Reference

ImageDataInfo Class
ImageDataInfo Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback