Gets or sets the percentage by which printed output is to be scaled up or down (if the printer supports this feature).
public int Zoom {get; set;}
public: __property int get_Zoom();
public: __property void set_Zoom(
int value
);
public:
property int Zoom {
int get();
void set ( int value);
}
'Declaration
Public Property Zoom As Integer
'Usage
Dim instance As Printer
Dim value As Integer
instance.Zoom = value
value = instance.Zoom
Property Value
An integer value which represents the percentage output is scaled up or down.