Class: DynamicPDFApi::ImageFormatType
- Inherits:
-
Object
- Object
- DynamicPDFApi::ImageFormatType
- Defined in:
- lib/ruby_client/Imaging/ImageFormatType.rb
Overview
Enum representing supported image formats.
Constant Summary collapse
- JPEG =
JPEG image format.
:JPEG.freeze
- GIF =
GIF image format.
:GIF.freeze
- BMP =
BMP image format.
:BMP.freeze
- PNG =
PNG image format.
:PNG.freeze
- TIFF =
TIFF image format.
:TIFF.freeze