GifOptions class
GifOptions class
The gif file format creation options.
Inheritance: GifOptions
→
ImageOptionsBase
The GifOptions type exposes the following members:
Constructors
Constructor | Description |
---|---|
init | Initializes a new instance of the GifOptions class. |
init | Initializes a new instance of the GifOptions class. |
Properties
Property | Description |
---|---|
target_format | |
rotation | Gets or sets the parameter for rotate, flip, or rotate and flip the image.. |
layers | Gets or sets a of layer names must be exported. All data will be exported without layers if names is not sets. |
xmp_data | Gets or sets the XMP metadata container. |
source | Gets or sets the source to create image in. |
palette | Gets or sets the color palette. |
resolution_settings | Gets or sets the resolution settings. |
vector_rasterization_options | Gets or sets the vector rasterization options. |
watermark_guard_options | Gets or sets the blind watermark options. |
timeout | Timeout value for export operation (in milliseconds) |
pc_3_file | Gets or sets the PC3 file full name. |
render_to_graphics_bound | Gets or sets a value indicating which image sizes to use when rendering: graphic sizes (true, default) or set in metadata (false). |
user_watermark_text | Text for user-generated watermark |
user_watermark_color | Color for user-generated watermark |
do_palette_correction | Gets or sets a value indicating whether palette correction is applied. |
color_resolution | Gets or sets the GIF color resolution. |
is_palette_sorted | Gets or sets a value indicating whether palette entries are sorted. |
pixel_aspect_ratio | Gets or sets the GIF pixel aspect ratio. |
background_color_index | Gets or sets the GIF background color index. |
has_trailer | Gets or sets a value indicating whether GIF has trailer. |
interlaced | True if image should be interlaced. |
See Also
- module
aspose.cad.imageoptions
- class
GifOptions
- class
ImageOptionsBase