Accusoft.PrintPro8.Net
RangeTo Property




Gets and sets the value that was selected for the end of the print range via the print dialog.
Syntax
public int RangeTo {get; set;}
public: __property int get_RangeTo();
public: __property void set_RangeTo( 
   int value
);
public:
property int RangeTo {
   int get();
   void set (    int value);
}
'Declaration
 
Public Property RangeTo As Integer
 
'Usage
 
Dim instance As Printer
Dim value As Integer
 
instance.RangeTo = value
 
value = instance.RangeTo

Property Value

An integer value which represents the print to range.
Remarks

The default value is 0.

See Also

Reference

Printer Class
Printer Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback