PDFView4NET WPF Edition
BitmapPrintResolution Property (PDFPrintSettings)




O2S.Components.PDFView4NET.Printing Namespace > PDFPrintSettings Class : BitmapPrintResolution Property
Gets or sets the bitmap resolution for printing.
Syntax
'Declaration
 
Public Property BitmapPrintResolution As Double
'Usage
 
Dim instance As PDFPrintSettings
Dim value As Double
 
instance.BitmapPrintResolution = value
 
value = instance.BitmapPrintResolution
public double BitmapPrintResolution {get; set;}
public: __property double get_BitmapPrintResolution();
public: __property void set_BitmapPrintResolution( 
   double value
);
public:
property double BitmapPrintResolution {
   double get();
   void set (    double value);
}

Property Value

The resolution of the printed bitmap.
Remarks
By default the PDF file is printed by rendering the page content directly on printer's Graphics surface. In some situations this process is slow, so an alternate bitmap print can be used. The page is converted to a bitmap image and then the bitmap is drawn on printer's Graphics surface. Set this property to a value greater than zero if you want to use the bitmap print method.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFPrintSettings Class
PDFPrintSettings Members