'Declaration Public Overloads Function RenderBlockText( _ ByVal text As String, _ ByVal horzAlign As AlignHorzEnum _ ) As Boolean
public bool RenderBlockText( string text, AlignHorzEnum horzAlign )
Parameters
- text
- The text to render.
- horzAlign
- The horizontal text alignment to use.
Return Value
true if no warnings were generated by this call, false otherwise.