Accusoft.PrintPro8.Net
Zoom Property




Gets or sets the percentage by which printed output is to be scaled up or down (if the printer supports this feature).
Syntax
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.
See Also

Reference

Printer Class
Printer Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback