Accusoft.PrintPro8.Net
UserPaper Property




Gets and sets the type of paper being used for printing (if the printer supports this feature).
Syntax
'Declaration
 
Public Property UserPaper As Integer
'Usage
 
Dim instance As Printer
Dim value As Integer
 
instance.UserPaper = value
 
value = instance.UserPaper
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);
}

Property Value

An integer value which represents the type of paper used for printing.
Remarks

The default value is 0.

Use this property when the desired setting is manufacturer specific.

See Also

Reference

Printer Class
Printer Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback