'宣言 Public Property PrintAsBitmap As System.Boolean
'使用法 Dim instance As C1PrintOptions Dim value As System.Boolean instance.PrintAsBitmap = value value = instance.PrintAsBitmap
public System.bool PrintAsBitmap {get; set;}
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.
'宣言 Public Property PrintAsBitmap As System.Boolean
'使用法 Dim instance As C1PrintOptions Dim value As System.Boolean instance.PrintAsBitmap = value value = instance.PrintAsBitmap
public System.bool PrintAsBitmap {get; set;}