autoの高さを使って、RTF 形式の文字列を現在のドキュメントの
Bodyの現在のページ上の指定位置に追加して解決します。
シンタックス
'宣言
Public Overloads Sub RenderDirectRichText( _
ByVal As Unit, _
ByVal As Unit, _
ByVal As System.String, _
ByVal As System.Object _
)
'使用法
Dim instance As C1PrintDocument
Dim x As Unit
Dim y As Unit
Dim rtf As System.String
Dim width As System.Object
instance.RenderDirectRichText(x, y, rtf, width)
public void RenderDirectRichText(
Unit ,
Unit ,
System.string ,
System.object
)
パラメータ
- x
- テキストのレンダリング位置の水平(X)座標( autoは使用不可)。
- y
- テキストのレンダリング位置の垂直(Y)座標( autoは使用不可)。
- rtf
- レンダリングする RTF 形式の文字列。
- width
- テキスト領域の幅( nullも autoも使用不可)。
参照