Accusoft.PdfXpress7.Net
XResolution Property




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

Property Value

An integer value which represents the x (horizontal) resolution.
See Also

Reference

ImageDataInfo Class
ImageDataInfo Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback