| C1.C1Report.4 Assembly > C1.C1Preview Namespace > C1PrintDocument Class > RenderBlockText Method : RenderBlockText(String,AlignHorzEnum) Method |
'Declaration Public Overloads Function RenderBlockText( _ ByVal text As System.String, _ ByVal horzAlign As AlignHorzEnum _ ) As System.Boolean
public System.bool RenderBlockText( System.string text, 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.