formZ SDK | 5.0 API Reference | Project | File Formats | Structured File Translator | Image Options
Description
Image export option flags. This corresponds to the check boxes on the image Export Options dialog.
enum fz_ffmt_image_write_opts_flags_enum {
FZ_FFMT_IMAGE_WRITE_OPTS_BINARY_BIT,
FZ_FFMT_IMAGE_WRITE_OPTS_PREVIEW_BIT,
FZ_FFMT_IMAGE_WRITE_OPTS_BACKGROUND_BIT,
FZ_FFMT_IMAGE_WRITE_OPTS_TEXTASPATHS_BIT };
Members
FZ_FFMT_IMAGE_WRITE_OPTS_BINARY_BIT
If TRUE, write the file as a binary file; otherwise, write the file as an ascii text file.
FZ_FFMT_IMAGE_WRITE_OPTS_PREVIEW_BIT
Include a preview image in the file. "Include Preview"
FZ_FFMT_IMAGE_WRITE_OPTS_BACKGROUND_BIT
For vector images, write a background element. "Include Background"
FZ_FFMT_IMAGE_WRITE_OPTS_TEXTASPATHS_BIT
For vector images, write text as vector paths. This allows text to be exported with the correct geometry without relying on the presence of a specific font. "Drafting Text As Paths"
Availability
5.0.0.0
Defined in