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

C1.Pdf.6 アセンブリ > C1.Pdf 名前空間 > C1PdfDocument クラス > DrawStringHtml メソッド : DrawStringHtml(String,Font,Brush,RectangleF,Int32) メソッド
描画する HTML 文字列。
描画テキストの外観とサイズを定義する System.Drawing.Font オブジェクト。
描画テキストの色を定義する System.Drawing.Brush オブジェクト。
描画テキストの位置をページの左上隅からのポイント数で指定する System.Drawing.RectangleF 構造体。
描画する最初の行のオフセット(通常は以前の DrawStringHtml の呼び出しの返り値)。
HTML 文字列を指定された四角形内に指定された System.Drawing.Brush オブジェクトと System.Drawing.Font オブジェクトで、 文字列内の指定されたオフセットから描画します。
シンタックス
'宣言
 
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, _
   ByVal offset As System.Integer _
) As System.Integer
public System.int DrawStringHtml( 
   System.string text,
   System.Drawing.Font font,
   System.Drawing.Brush brush,
   System.Drawing.RectangleF rc,
   System.int offset
)

パラメータ

text
描画する HTML 文字列。
font
描画テキストの外観とサイズを定義する System.Drawing.Font オブジェクト。
brush
描画テキストの色を定義する System.Drawing.Brush オブジェクト。
rc
描画テキストの位置をページの左上隅からのポイント数で指定する System.Drawing.RectangleF 構造体。
offset
描画する最初の行のオフセット(通常は以前の DrawStringHtml の呼び出しの返り値)。

戻り値の型

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

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