Gets and sets the type of paper being used for printing (if the printer supports this feature).
'Declaration
Public Property Paper As Paper
'Usage
Dim instance As Printer
Dim value As Paper
instance.Paper = value
value = instance.Paper
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);
}
Property Value
A
Paper object which contains information about the type of paper being used.