public class GifSaveOptions
extends com.groupdocs.signature.options.saveoptions.imagessaveoptions.ImageSaveOptions
Gif format save options for Image Documents.
Constructor and Description |
---|
GifSaveOptions()
Creates GifSaveOptions with default values.
|
Modifier and Type | Method and Description |
---|---|
byte |
getBackgroundColorIndex()
Gets or sets the GIF background color index.
|
byte |
getColorResolution()
Gets or sets the GIF color resolution.
|
boolean |
getDoPaletteCorrection()
Gets or sets a value indicating whether palette correction is applied.
|
boolean |
getInterlaced()
True if image should be interlaced.
|
byte |
getPixelAspectRatio()
Gets or sets the GIF pixel aspect ratio.
|
boolean |
hasTrailer()
Gets or sets a value indicating whether GIF has trailer.
|
boolean |
isPaletteSorted()
Gets or sets a value indicating whether palette entries are sorted.
|
void |
setBackgroundColorIndex(byte value)
Gets or sets the GIF background color index.
|
void |
setColorResolution(byte value)
Gets or sets the GIF color resolution.
|
void |
setDoPaletteCorrection(boolean value)
Gets or sets a value indicating whether palette correction is applied.
|
void |
setInterlaced(boolean value)
True if image should be interlaced.
|
void |
setPaletteSorted(boolean value)
Gets or sets a value indicating whether palette entries are sorted.
|
void |
setPixelAspectRatio(byte value)
Gets or sets the GIF pixel aspect ratio.
|
void |
setTrailer(boolean value)
Gets or sets a value indicating whether GIF has trailer.
|
getFileFormat, setFileFormat, toString
getAddMissingExtenstion, getOverwriteExistingFiles, getPassword, getUseOriginalPassword, setAddMissingExtenstion, setOverwriteExistingFiles, setPassword, setUseOriginalPassword
public GifSaveOptions()
Creates GifSaveOptions with default values.
public byte getBackgroundColorIndex()
Gets or sets the GIF background color index.
public byte getColorResolution()
Gets or sets the GIF color resolution.
public boolean getDoPaletteCorrection()
Gets or sets a value indicating whether palette correction is applied.
public boolean getInterlaced()
True if image should be interlaced.
public byte getPixelAspectRatio()
Gets or sets the GIF pixel aspect ratio.
public boolean hasTrailer()
Gets or sets a value indicating whether GIF has trailer.
public boolean isPaletteSorted()
Gets or sets a value indicating whether palette entries are sorted.
public void setBackgroundColorIndex(byte value)
Gets or sets the GIF background color index.
public void setColorResolution(byte value)
Gets or sets the GIF color resolution.
public void setDoPaletteCorrection(boolean value)
Gets or sets a value indicating whether palette correction is applied.
public void setInterlaced(boolean value)
True if image should be interlaced.
public void setPaletteSorted(boolean value)
Gets or sets a value indicating whether palette entries are sorted.
public void setPixelAspectRatio(byte value)
Gets or sets the GIF pixel aspect ratio.
public void setTrailer(boolean value)
Gets or sets a value indicating whether GIF has trailer.