formZ SDK | 5.0 API Reference | Project | Utility

fz_proj_prnt_yjust_enum

Description

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

enum fz_proj_prnt_yjust_enum {

FZ_PROJ_PRNT_YJUST_TOP,

FZ_PROJ_PRNT_YJUST_CENTER,

FZ_PROJ_PRNT_YJUST_BOTTOM };

Members

FZ_PROJ_PRNT_YJUST_TOP

Top justified.

FZ_PROJ_PRNT_YJUST_CENTER

Center justified.

FZ_PROJ_PRNT_YJUST_BOTTOM

Bottom justified.

Availability

5.0.0.0

Defined in

fz_proj_api.h