Accusoft.ImagXpress13.Net
PaperHeight Property




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

Property Value

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

Works in conjunction with PaperResolutionY to set the image canvas neight in pixels.

Note: Available in Professional edition.

See Also

Reference

LoadOptionsCad Class
LoadOptionsCad Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback