Gets and sets the value that was selected for the beginning of the print range via the print dialog.
public int RangeFrom {get; set;}
public: __property int get_RangeFrom();
public: __property void set_RangeFrom(
int value
);
public:
property int RangeFrom {
int get();
void set ( int value);
}
'Declaration
Public Property RangeFrom As Integer
'Usage
Dim instance As Printer
Dim value As Integer
instance.RangeFrom = value
value = instance.RangeFrom
Property Value
An integer which represents the print from range.