C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / C1PrintOptions Class / PrintAsBitmap Property

In This Topic
PrintAsBitmap Property
In This Topic
Gets or sets a value indicating whether page metafiles should be converted to bitmaps and clipped to printer's hard margins prior to printing.

The default value is false.

Normally document pages are sent to printer as metafiles. If a page exceeds the printable area of a printer, problems may occur with some printer drivers when the page is printed. In those cases set this property to true.

Syntax
'Declaration
 
Public Property PrintAsBitmap As Boolean
 
See Also