GifDevice

GifDevice class

Represents image device that helps to save pdf document pages into gif.

The GifDevice type exposes the following members:

Constructors

NameDescription
GifDevice()Initializes a new instance of the GifDevice class with default resolution.
GifDevice(resolution)Initializes a new instance of the GifDevice class
GifDevice(width, height, resolution)Initializes a new instance of the GifDevice class
GifDevice(page_size, resolution)Initializes a new instance of the GifDevice class
GifDevice(width, height)Initializes a new instance of the GifDevice class
GifDevice(page_size)Initializes a new instance of the GifDevice class

Properties

NameDescription
coordinate_typeGets or sets the page coordinate type (Media/Crop boxes). CropBox value is used by default.
rendering_optionsGets or sets rendering options.
form_presentation_modeGets or sets form presentation mode.
resolutionGets image resolution.
widthGets image output width.
heightGets image output height.

Methods

NameDescription
process(page, output)Converts the page into gif and saves it in the output stream.
process(page, output_file_name)Converts the page into gif and saves it in the output stream.

See Also