Accusoft.ImagXpress13.Net
PaperResolutionX Property




Gets and sets the dots per unit (inch, cm, etc.) for the paper horizontally.
Syntax
'Declaration
 
Public Property PaperResolutionX As Double
'Usage
 
Dim instance As LoadOptionsCad
Dim value As Double
 
instance.PaperResolutionX = value
 
value = instance.PaperResolutionX
public double PaperResolutionX {get; set;}
public: __property double get_PaperResolutionX();
public: __property void set_PaperResolutionX( 
   double value
);
public:
property double PaperResolutionX {
   double get();
   void set (    double value);
}

Property Value

A double value which represents the x coordinate for the CAD paper.
Remarks

Works in conjunction with PaperWidth to set the image canvas width in pixels.

Note: Available in Professional edition.

See Also

Reference

LoadOptionsCad Class
LoadOptionsCad Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback