Gets and sets the value that was selected for the end of the print range via the print dialog.
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.