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
'Declaration
 
Public Property RangeTo As Integer
'Usage
 
Dim instance As Printer
Dim value As Integer
 
instance.RangeTo = value
 
value = instance.RangeTo
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);
}

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