Accusoft.PrintPro8.Net
RequestedDpi Property




Gets and sets the current DPI resolution.
Syntax
'Declaration
 
Public Property RequestedDpi As Integer
'Usage
 
Dim instance As Printer
Dim value As Integer
 
instance.RequestedDpi = value
 
value = instance.RequestedDpi
public int RequestedDpi {get; set;}
public: __property int get_RequestedDpi();
public: __property void set_RequestedDpi( 
   int value
);
public:
property int RequestedDpi {
   int get();
   void set (    int value);
}

Property Value

An integer value which represents the current DPI resolution.
Remarks

The quality and size of the file generated will depend upon the DPI requested.

See Also

Reference

Printer Class
Printer Members

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback