PAPER_ORIENTATION

typedef enum
{
      PAPER_ORIENT_PORTRAIT  = 0, 
      PAPER_ORIENT_LANDSCAPE, 
} PAPER_ORIENTATION;

The PAPER_ORIENTATION enumerated type represents the orientation of the output document.

Value

Meaning

PAPER_ORIENT_PORTRAIT

The orientation of the final output document is Portrait (Default).

PAPER_ORIENT_LANDSCAPE

The orientation of the final output document is Landscape.

Comments

This enumerated type is used by the following object:

ILTDocumentOptions