formZ SDK | 5.0 API Reference | Project | Utility
Description
Image Detail. These options only affect prints made from the drafting environment and determines how images that have been imported or pasted as image elements into a drafting project are printed. Used by and fz_proj_set_print_setup_parm_data when the parameter id is FZ_PROJ_PRINT_OPTS_IMAGE_DETAIL.
enum fz_proj_prnt_image_enum {
FZ_PROJ_PRNT_IMAGE_BOUNDING,
FZ_PROJ_PRNT_IMAGE_PREVIEW,
FZ_PROJ_PRNT_IMAGE_HIGH_RES };
Members
FZ_PROJ_PRNT_IMAGE_BOUNDING
Image elements are printed as a rectangle that bounds the image with two diagonal lines crossing the rectangle.
FZ_PROJ_PRNT_IMAGE_PREVIEW
The low resolution image stored in the image element is used for printing.
FZ_PROJ_PRNT_IMAGE_HIGH_RES
The full resolution image is used for printing.
Availability
5.0.0.0
Defined in