formZ SDK | 5.0 API Reference | Project | Utility
Description
Plot/print type. Controls what portion of the image shown will be plotted or printed. Used by and fz_proj_set_print_setup_parm_data when the parameter id is FZ_PROJ_PRINT_OPTS_TYPE.
enum fz_proj_prnt_type_enum {
FZ_PROJ_PRNT_TYPE_EXTS,
FZ_PROJ_PRNT_TYPE_WIND_CONT,
FZ_PROJ_PRNT_TYPE_DUMP_WIND,
FZ_PROJ_PRNT_TYPE_DUMP_SCRN };
Members
FZ_PROJ_PRNT_TYPE_EXTS
Extents.
All the objects or elements in the project are printed
regardless of what is visible in the window.
FZ_PROJ_PRNT_TYPE_WIND_CONT
Window contents.
Only the objects or elements visible in the window are printed.
FZ_PROJ_PRNT_TYPE_DUMP_WIND
Dump window.
Prints the contents of the selected window. This is of a much lower
resolution but is generally faster.
FZ_PROJ_PRNT_TYPE_DUMP_SCRN
Dump screen.
Prints the contents of the entire screen. This is of a much lower
resolution but is generally faster.
Availability
5.0.0.0
Defined in