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


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > C1PrintOptions クラス : DrawPrintableAreaBounds プロパティ
線がページの印刷可能領域の周囲に描画されるかどうかを示す値を取得または設定します。これは、診断目的に役立てることができます。 PrintableAreaBoundsPenは線の描画に使用されます。デフォルトは falseです。
シンタックス
'宣言
 
Public Property DrawPrintableAreaBounds As System.Boolean
'使用法
 
Dim instance As C1PrintOptions
Dim value As System.Boolean
 
instance.DrawPrintableAreaBounds = value
 
value = instance.DrawPrintableAreaBounds
public System.bool DrawPrintableAreaBounds {get; set;}
参照

C1PrintOptions クラス
C1PrintOptions メンバ