'宣言 Public Overloads Function RenderInlineText( _ ByVal text As System.String, _ ByVal fontStyle As System.Drawing.FontStyle _ ) As System.Boolean
'使用法 Dim instance As C1PrintDocument Dim text As System.String Dim fontStyle As System.Drawing.FontStyle Dim value As System.Boolean value = instance.RenderInlineText(text, fontStyle)
パラメータ
- text
- The string to add to the RenderParagraph.Content of the current inline paragraph.
- fontStyle
- The System.Drawing.FontStyle to use for the text.
戻り値の型
true if no warnings were generated by this call, false otherwise.