Adds an RTF-formatted string to the
C1PrintDocument.Body of the current document at a specific position on the current page, and resolves it.
シンタックス
'宣言
Public Overloads Sub RenderDirectRichText( _
ByVal As Unit, _
ByVal As Unit, _
ByVal As System.String, _
ByVal As System.Object, _
ByVal As System.Object, _
ByVal As Style _
)
'使用法
Dim instance As C1PrintDocument
Dim x As Unit
Dim y As Unit
Dim rtf As System.String
Dim width As System.Object
Dim height As System.Object
Dim style As Style
instance.RenderDirectRichText(x, y, rtf, width, height, style)
public void RenderDirectRichText(
Unit ,
Unit ,
System.string ,
System.object ,
System.object ,
Style
)
パラメータ
- x
- The horizontal (X) coordinate at which to render the text (cannot be auto).
- y
- The vertical (Y) coordinate at which to render the text (cannot be auto).
- rtf
- The RTF-formatted string to render.
- width
- The width of the text area (cannot be null or auto).
- height
- The height of the text area (can be null, in which case Unit.Auto is used).
- style
- The C1PrintDocument.Style to use, or null.
参照