PDF for .NET
DrawStringHtml(String,Font,Brush,RectangleF) メソッド

C1.C1Pdf.4.5.2 アセンブリ > C1.C1Pdf 名前空間 > C1PdfDocument クラス > DrawStringHtml メソッド : DrawStringHtml(String,Font,Brush,RectangleF) メソッド
表示する HTML 文字列。
表示されるテキストの外観とサイズを定義する System.Drawing.Fontオブジェクト。
表示されるテキストの色を定義する System.Drawing.Brushオブジェクト。
表示されるテキストの位置を指定する System.Drawing.RectangleF構造体(ページの左上隅からのポイント数で指定)。
指定された System.Drawing.Brushオブジェクトと System.Drawing.Fontオブジェクトで、指定の矩形内に HTML 文字列を表示します。
シンタックス
'宣言
 
Public Overloads Function DrawStringHtml( _
   ByVal text As System.String, _
   ByVal font As System.Drawing.Font, _
   ByVal brush As System.Drawing.Brush, _
   ByVal rc As System.Drawing.RectangleF _
) As System.Integer
public System.int DrawStringHtml( 
   System.string text,
   System.Drawing.Font font,
   System.Drawing.Brush brush,
   System.Drawing.RectangleF rc
)

パラメータ

text
表示する HTML 文字列。
font
表示されるテキストの外観とサイズを定義する System.Drawing.Fontオブジェクト。
brush
表示されるテキストの色を定義する System.Drawing.Brushオブジェクト。
rc
表示されるテキストの位置を指定する System.Drawing.RectangleF構造体(ページの左上隅からのポイント数で指定)。

戻り値の型

指定された矩形に収まらないために出力されなかった最初の行のオフセット、または文字列全体が表示された場合は System.Int32.MaxValueの値。
参照

C1PdfDocument クラス
C1PdfDocument メンバ
オーバーロード一覧