'宣言 Public Overloads Function RenderBlockText( _ ByVal text As System.String, _ ByVal font As System.Drawing.Font _ ) As System.Boolean
'使用法 Dim instance As C1PrintDocument Dim text As System.String Dim font As System.Drawing.Font Dim value As System.Boolean value = instance.RenderBlockText(text, font)
パラメータ
- text
- レンダリングするテキスト。
- font
- 使用する System.Drawing.Font( nullが使用可能)。
戻り値の型
この呼び出しによって警告が発生しなかった場合は true、その他の場合は false。