PrintAsBitmap Property (C1PrintOptions)
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
public bool PrintAsBitmap {get; set;}
See Also