PAPERORIENTATION

typedef enum
{
   ORIENT_PORTRAIT  = 0,
   ORIENT_LANDSCAPE,
} PAPERORIENTATION;

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

Value

Meaning

ORIENT_PORTRAIT

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

ORIENT_LANDSCAPE

The orientation of the final output document is Landscape.

Comments

This enumerated type is used by the following structure:

DOCUMENTOPTIONS