GifSaveOptions

GifSaveOptions class

Gif format save options for image documents.

public sealed class GifSaveOptions : ImageSaveOptions

Constructors

Name Description
GifSaveOptions() Creates GifSaveOptions with default values.

Properties

Name Description
AddMissingExtenstion { get; set; } Gets or sets flag to automatically add extension when it was missing in output file path Default value is false.
BackgroundColorIndex { get; set; } Gets or sets the GIF background color index.
ColorResolution { get; set; } Gets or sets the GIF color resolution.
DoPaletteCorrection { get; set; } Gets or sets a value indicating whether palette correction is applied.
FileFormat { get; set; } Gets or sets file format of signed document.
HasTrailer { get; set; } Gets or sets a value indicating whether GIF has trailer.
Interlaced { get; set; } True if image should be interlaced.
IsPaletteSorted { get; set; } Gets or sets a value indicating whether palette entries are sorted.
OverwriteExistingFiles { get; set; } Gets or sets whether to overwrite existing file with new output file. Otherwise new file will be created with number as suffix. By default this value set to true that means file will be overwritten.
Password { get; set; } Gets or sets password to save signed document with password protection. This property is not supported for Image documents.
PixelAspectRatio { get; set; } Gets or sets the GIF pixel aspect ratio.
UseOriginalPassword { get; set; } Gets or sets whether to use password from LoadOptions to save signed document as protected. Default value is true. This property is not supported for Image documents.

See Also