WritingMode

Top  Previous  Next

[This properties is new in  version 2.0 of Gnostice PDFtoolkit ActiveX/. NET]

 

This property decides the writing mode (viz. Horizontal or Vertical) / orientation of the watermark text.

It can take any one of the following values:

 

Value

Description

wmHorizontal

Text in horizontal style

wmVertical

Text in vertical style

 

 

Syntax

 

 

 

[VC++]

long GetWritingMode();

void SetWritingMode(long nNewValue);

 

[CS]

public abstract new TxgtWrtMode WritingMode [  get,  set ]

 

[VB]

Property WritingMode As TxgtWrtMode