Gets and sets the type of paper being used for printing (if the printer supports this feature).
public Paper Paper {get; set;}
public: __property Paper* get_Paper();
public: __property void set_Paper(
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.