Accusoft.PrintPro8.Net
PrintResolution Property




Gets the print resolution in dots per inch - horizontal and vertical.
Syntax
'Declaration
 
Public ReadOnly Property PrintResolution As Size
'Usage
 
Dim instance As Printer
Dim value As Size
 
value = instance.PrintResolution
public Size PrintResolution {get;}
public: __property Size get_PrintResolution();
public:
property Size PrintResolution {
   Size get();
}

Property Value

A System.Drawing.Size object.
See Also

Reference

Printer Class
Printer Members

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback