PrintDocument for WinForms
UseGdiPlusTextRendering プロパティ (C1MultiDocument)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > C1MultiDocument クラス : UseGdiPlusTextRendering プロパティ
現在のドキュメント内のテキストを GDI+ text API を使用して 描画するかどうかを示す値を取得または設定します。

デフォルトは nullです(このプロパティはマルチドキュメントレベルでは定義されていません)。

シンタックス
'宣言
 
Public Property UseGdiPlusTextRendering As System.Nullable(Of Boolean)
'使用法
 
Dim instance As C1MultiDocument
Dim value As System.Nullable(Of Boolean)
 
instance.UseGdiPlusTextRendering = value
 
value = instance.UseGdiPlusTextRendering
public System.Nullable<bool> UseGdiPlusTextRendering {get; set;}
参照

C1MultiDocument クラス
C1MultiDocument メンバ