'宣言 Public Overloads Function RenderBlockText( _ ByVal text As System.String, _ ByVal font As System.Drawing.Font, _ ByVal horzAlign As AlignHorzEnum _ ) As System.Boolean
'使用法 Dim instance As C1PrintDocument Dim text As System.String Dim font As System.Drawing.Font Dim horzAlign As AlignHorzEnum Dim value As System.Boolean value = instance.RenderBlockText(text, font, horzAlign)
public System.bool RenderBlockText( System.string text, System.Drawing.Font font, AlignHorzEnum horzAlign )
パラメータ
- text
- The text to render.
- font
- The System.Drawing.Font to use (can be null).
- horzAlign
- The horizontal text alignment to use.
戻り値の型
true if no warnings were generated by this call, false otherwise.