Accusoft.ImagXpress13.Net
PaperWidth Property




Gets and sets the paper width for the CAD file.
Syntax
'Declaration
 
Public Property PaperWidth As Double
'Usage
 
Dim instance As LoadOptionsCad
Dim value As Double
 
instance.PaperWidth = value
 
value = instance.PaperWidth
public double PaperWidth {get; set;}
public: __property double get_PaperWidth();
public: __property void set_PaperWidth( 
   double value
);
public:
property double PaperWidth {
   double get();
   void set (    double value);
}

Property Value

A double value which represents the width of the paper.
Remarks

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