Module: Apifreaks::Types::PdfConvertToTiffRequestProfile

Extended by:
Internal::Types::Enum
Defined in:
lib/apifreaks/types/pdf_convert_to_tiff_request_profile.rb

Constant Summary collapse

BW =
"bw"
GRAY =
"gray"
RGB =
"rgb"
RGBA =
"rgba"
CMYK =
"cmyk"

Method Summary

Methods included from Internal::Types::Enum

coerce, finalize!, inspect, load, strict!, strict?, values

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load