Orientation

Top  Previous  Next

 

The Orientation property is used to specify either portrait or landscape printing.

 

Set this property to any one of the following value from TxgtPrintOrientationType enumeration.

 

Value

Description

potPortrait

Printing will be portrait

potLandscape

Printing will be landscape

 

Syntax

 

[VC++]

long GetOrientation();

void SetOrientation(long nNewValue);

 

[CS]

public abstract new TxgtPrintOrientationType Orientation [  get,  set ]

 

[VB]

Property Orientation As TxgtPrintOrientationType