Gets and sets the type of paper being used for printing (if the printer supports this feature).
public int UserPaper {get; set;}
public: __property int get_UserPaper();
public: __property void set_UserPaper(
int value
);
public:
property int UserPaper {
int get();
void set ( int value);
}
'Declaration
Public Property UserPaper As Integer
'Usage
Dim instance As Printer
Dim value As Integer
instance.UserPaper = value
value = instance.UserPaper
Property Value
An integer value which represents the type of paper used for printing.