Accusoft.PrintPro8.Net
Paper Property




Gets and sets the type of paper being used for printing (if the printer supports this feature).
Syntax
public Paper Paper {get; set;}
public: __property Paper* get_Paper();
public: __property void set_Paper( 
   Paper* value
);
public:
property Paper^ Paper {
   Paper^ get();
   void set (    Paper^ value);
}
'Declaration
 
Public Property Paper As Paper
 
'Usage
 
Dim instance As Printer
Dim value As Paper
 
instance.Paper = value
 
value = instance.Paper

Property Value

A Paper object which contains information about the type of paper being used.
See Also

Reference

Printer Class
Printer Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback