formZ SDK | 5.0 API Reference | Project | Utility

fz_proj_prnt_xjust_enum

Description

X Justification. Controls where the drawing will be positioned on the page relative to the edges in the X direction. Used by and fz_proj_set_print_setup_parm_data when the parameter id is FZ_PROJ_PRINT_OPTS_X_JUST.

enum fz_proj_prnt_xjust_enum {

FZ_PROJ_PRNT_XJUST_LEFT,

FZ_PROJ_PRNT_XJUST_CENTER,

FZ_PROJ_PRNT_XJUST_RIGHT };

Members

FZ_PROJ_PRNT_XJUST_LEFT

Left justified.

FZ_PROJ_PRNT_XJUST_CENTER

Center justified.

FZ_PROJ_PRNT_XJUST_RIGHT

Right justified.

Availability

5.0.0.0

Defined in

fz_proj_api.h