formZ SDK | 5.0 API Reference | Project | File Formats | Structured File Translator | Image Options
Description
Image import options dialog item enable flags. These flags control the enable states of items in the image Import Options dialog common sections. These flags should not be confused with the values of the items. They only controls the enable state of the items.
enum fz_ffmt_image_read_iface_opts_flags_enum {
FZ_FFMT_IMAGE_READ_IFACE_OPTS_ENABLEIMPORTASMODELING_BIT,
FZ_FFMT_IMAGE_READ_IFACE_OPTS_ENABLEIMPORTASDRAFTELEMENTS_BIT,
FZ_FFMT_IMAGE_READ_IFACE_OPTS_ENABLEIMPORTASDRAFTBITMAP_BIT,
FZ_FFMT_IMAGE_READ_IFACE_OPTS_ENABLEMODELSCALEFACTOR_BIT,
FZ_FFMT_IMAGE_READ_IFACE_OPTS_ENABLEMODELCOLOR_BIT,
FZ_FFMT_IMAGE_READ_IFACE_OPTS_ENABLEDRAFTSCALEFACTOR_BIT,
FZ_FFMT_IMAGE_READ_IFACE_OPTS_ENABLEPLOTSCALEFACTOR_BIT,
FZ_FFMT_IMAGE_READ_IFACE_OPTS_ENABLEDRAFTCOLOR_BIT,
FZ_FFMT_IMAGE_READ_IFACE_OPTS_ENABLEORIGINALSIZE_BIT,
FZ_FFMT_IMAGE_READ_IFACE_OPTS_ENABLEPROPORTIONS_BIT,
FZ_FFMT_IMAGE_READ_IFACE_OPTS_ENABLESTOREINPROJECT_BIT,
FZ_FFMT_IMAGE_READ_IFACE_OPTS_DISPRES_CURV_BIT,
FZ_FFMT_IMAGE_READ_IFACE_OPTS_ENABLETEXTOPTS_BIT };
Members
FZ_FFMT_IMAGE_READ_IFACE_OPTS_ENABLEIMPORTASMODELING_BIT
Enable the Import Model radio button on the Standard File Open dialog.
FZ_FFMT_IMAGE_READ_IFACE_OPTS_ENABLEIMPORTASDRAFTELEMENTS_BIT
Enable the Import As Drafting Elements section of the draft Import Options dialog.
FZ_FFMT_IMAGE_READ_IFACE_OPTS_ENABLEIMPORTASDRAFTBITMAP_BIT
Enable the Import As Drafting Image section of the draft Import Options dialog.
FZ_FFMT_IMAGE_READ_IFACE_OPTS_ENABLEMODELSCALEFACTOR_BIT
Enable the Scale Factor X and Y text edits for Import As Modeling.
FZ_FFMT_IMAGE_READ_IFACE_OPTS_ENABLEMODELCOLOR_BIT
Enable the Color menu for Import As Modeling.
FZ_FFMT_IMAGE_READ_IFACE_OPTS_ENABLEDRAFTSCALEFACTOR_BIT
Enable the Scale Factor X and Y text edits for Import As Drafting Elements.
FZ_FFMT_IMAGE_READ_IFACE_OPTS_ENABLEPLOTSCALEFACTOR_BIT
Enable the Plot Scale text edit for Import As Drafting Elements.
FZ_FFMT_IMAGE_READ_IFACE_OPTS_ENABLEDRAFTCOLOR_BIT
Enable the Color menu for Import As Drafting Elements.
FZ_FFMT_IMAGE_READ_IFACE_OPTS_ENABLEORIGINALSIZE_BIT
Enable the Keep Original Size check box and the Image Size Width and Height text edits for Import As Drafting Image.
FZ_FFMT_IMAGE_READ_IFACE_OPTS_ENABLEPROPORTIONS_BIT
Enable the Keep Proportional check box Import As Drafting Image.
FZ_FFMT_IMAGE_READ_IFACE_OPTS_ENABLESTOREINPROJECT_BIT
Enable the Store Image In Project check box for Import As Drafting Image.
FZ_FFMT_IMAGE_READ_IFACE_OPTS_DISPRES_CURV_BIT
Enable the Display Resolution... button for Import As Modeling.
FZ_FFMT_IMAGE_READ_IFACE_OPTS_ENABLETEXTOPTS_BIT
Enable the Text Options... button.
Availability: 5.5.0.0
Availability
5.0.0.0
See Also
fz_ffmt_image_read_set_dlog_flags
Defined in