PrintDocument for WinForms
PrintAsBitmap プロパティ (C1PrintOptions)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1PrintOptions クラス : PrintAsBitmap プロパティ
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.

シンタックス
'宣言
 
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;}
参照

C1PrintOptions クラス
C1PrintOptions メンバ
AdjustPrintPage イベント