|
TextOutV |
Top Previous Next |
|
[This method is new in Gnostice eDocEngine ActiveX/.NET v2.0]
The TextOutV method is used to render vertical text. This method is specific to gtPDFEngineX component.
Syntax
Parameters
X & Y Specifies the coordinate position on the page where the text should start.
Text Specifies the text to be rendered
TopDown Specifies whether the text needs to be rendered form top to bottom if set to 'True'. If 'False' It sets the Text from bottom to top. Default: True
|