Module: Apifreaks::Types::PdfConvertToBmpRequestProfile

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

Constant Summary collapse

BW =
"bw"
GRAY =
"gray"
RGB =
"rgb"
FOUR_BIT =
"4-bit"
EIGHT_BIT =
"8-bit"

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