www.gnostice.com 

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

 

 

[VC++]

void TextOutV(double X, double Y, LPCTSTR Text, BOOL TopDown);

 

[C#]

public abstract new void TextOutV ( System.Double X , System.Double Y , System.String Text , System.Boolean TopDown )

 

[VB]

Sub TextOutV(X As Double, Y As Double, Text As String, TopDown As Boolean)

 

 

 

 

 

 

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