formZ SDK | 5.0 API Reference | Project | File Formats

fz_ffmt_translator_is_class

Description

Checks if a translator has the specified capabilities (classes).

Plugin Prototype

fzrt_boolean fz_ffmt_translator_is_class(

fz_ffmt_ref_td

ffmt_id,

fz_ffmt_translator_class_enum

trans_class )

Parameters

ffmt_id [Input]

The file format reference id.

trans_class [Input]

The class of the translator.

Bit Flag Type: fz_ffmt_image_read_opts_flags_enum

Returns

TRUE if the translator is of the specified class. FALSE if not.

Availability

5.0.0.0

See Also

fz_ffmt_translator_iter_ptr, fz_ffmt_translator_class_enum, , fz_ffmt_translator_iter_get_by_index, fz_ffmt_translator_iter_finit

Function Set

fz_ffmt_fset


Defined in

fz_ffmt_api.h