Parameters
- text
- The text to render.
- font
- The System.Drawing.Font to use (can be null).
- textColor
- The text color to use.
- horzAlign
- The horizontal text alignment to use.
Return Value
true if no warnings were generated by this call, false otherwise.
See C1.C1Preview.C1PrintDocument.RenderBlockText for details on how the width and height of the text block are set.
This method can only be used between calls to C1.C1Preview.C1PrintDocument.StartDoc and C1.C1Preview.C1PrintDocument.EndDoc methods on the current document. For details, see C1.C1Preview.C1PrintDocument.RenderBlock.