Accusoft.ImagXpress13.Net
PaperResolutionY Property




Gets and sets the dots per unit (inch or cm) for the paper vertically.
Syntax
'Declaration
 
Public Property PaperResolutionY As Double
'Usage
 
Dim instance As LoadOptionsCad
Dim value As Double
 
instance.PaperResolutionY = value
 
value = instance.PaperResolutionY
public double PaperResolutionY {get; set;}
public: __property double get_PaperResolutionY();
public: __property void set_PaperResolutionY( 
   double value
);
public:
property double PaperResolutionY {
   double get();
   void set (    double value);
}

Property Value

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

Works in conjunction with PaperHeight 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