formZ SDK | 5.0 API Reference | Project | Utility
Description
The line weight (width) of the frame. 1 point = 1/72". Used by and fz_proj_set_print_setup_parm_data when the parameter id is FZ_PROJ_PRINT_OPTS_PAGE_FRAME_WEIGHT.
enum fz_proj_prnt_frame_enum {
FZ_PROJ_PRNT_FRAME_HAIR,
FZ_PROJ_PRNT_FRAME_HALF,
FZ_PROJ_PRNT_FRAME_1,
FZ_PROJ_PRNT_FRAME_2,
FZ_PROJ_PRNT_FRAME_3,
FZ_PROJ_PRNT_FRAME_4,
FZ_PROJ_PRNT_FRAME_5,
FZ_PROJ_PRNT_FRAME_6,
FZ_PROJ_PRNT_FRAME_7,
FZ_PROJ_PRNT_FRAME_8,
FZ_PROJ_PRNT_FRAME_9 };
Members
FZ_PROJ_PRNT_FRAME_HAIR
Line is drawn at the thinnest possible line on a particular printer, and may vary from printer to printer.
FZ_PROJ_PRNT_FRAME_HALF
Line weight of 1/2 point.
FZ_PROJ_PRNT_FRAME_1
Line weight of 1 point.
FZ_PROJ_PRNT_FRAME_2
Line weight of 2 points.
FZ_PROJ_PRNT_FRAME_3
Line weight of 3 points.
FZ_PROJ_PRNT_FRAME_4
Line weight of 4 points.
FZ_PROJ_PRNT_FRAME_5
Line weight of 5 points.
FZ_PROJ_PRNT_FRAME_6
Line weight of 6 points.
FZ_PROJ_PRNT_FRAME_7
Line weight of 7 points.
FZ_PROJ_PRNT_FRAME_8
Line weight of 8 points.
FZ_PROJ_PRNT_FRAME_9
Line weight of 9 points.
Availability
5.0.0.0
Defined in