Module: Apifreaks::Types::PdfConvertToPngRequestProfile
- Extended by:
- Internal::Types::Enum
- Defined in:
- lib/apifreaks/types/pdf_convert_to_png_request_profile.rb
Constant Summary collapse
- BW =
"bw"- GRAY =
"gray"- RGB =
"rgb"- RGBA =
"rgba"- FOUR_BIT =
"4-bit"- EIGHT_BIT =
"8-bit"
Method Summary
Methods included from Internal::Types::Enum
coerce, finalize!, inspect, load, strict!, strict?, values