| C1.C1Report.4 Assembly > C1.C1Preview Namespace > C1PrintDocument Class > RenderBlockText Method : RenderBlockText(String,Font,Color,AlignHorzEnum) Method |
'Declaration Public Overloads Function RenderBlockText( _ ByVal text As System.String, _ ByVal font As System.Drawing.Font, _ ByVal textColor As System.Drawing.Color, _ ByVal horzAlign As AlignHorzEnum _ ) As System.Boolean
public System.bool RenderBlockText( System.string text, System.Drawing.Font font, System.Drawing.Color textColor, AlignHorzEnum horzAlign )
See RenderBlockText(String) for details on how the width and height of the text block are set.
This method can only be used between calls to StartDoc and EndDoc methods on the current document. For details, see RenderBlock.