'宣言 Public Overloads Function RenderBlockText( _ ByVal text As System.String, _ ByVal textColor As System.Drawing.Color _ ) As System.Boolean
'使用法 Dim instance As C1PrintDocument Dim text As System.String Dim textColor As System.Drawing.Color Dim value As System.Boolean value = instance.RenderBlockText(text, textColor)
パラメータ
- text
- The text to render.
- textColor
- The text color to use.
戻り値の型
true if no warnings were generated by this call, false otherwise.