BitmapPrintResolution Property (PDFPrintSettings)
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;}
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 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also