GifImageFormat Constructors

Overloads

GifImageFormat()Initializes a new instance of the GifImageFormat class.
GifImageFormat(Palette)Initializes a new instance of the GifImageFormat class.
GifImageFormat(Palette, Int32)Initializes a new instance of the GifImageFormat class.
GifImageFormat(Palette, Int32, DitheringAlgorithm)Initializes a new instance of the GifImageFormat class.

GifImageFormat()

Initializes a new instance of the GifImageFormat class.

public GifImageFormat()
Public Sub New ()

Licensing Info

This constructor is a DynamicPDF Rasterizer feature. One of the following is required for non-evaluation usage:

GifImageFormat(Palette)

Initializes a new instance of the GifImageFormat class.

public GifImageFormat(Palette colorPalette)
Public Sub New (colorPalette As Palette)

Parameters

colorPalette
Palette

Color palette of the image.

Licensing Info

This constructor is a DynamicPDF Rasterizer feature. One of the following is required for non-evaluation usage:

GifImageFormat(Palette, Int32)

Initializes a new instance of the GifImageFormat class.

public GifImageFormat(Palette colorPalette, int ditheringPercent)
Public Sub New (colorPalette As Palette, ditheringPercent As Integer)

Parameters

colorPalette
Palette

Color palette of the image.

ditheringPercent
Int32

Dithering Percentage of the image.

Licensing Info

This constructor is a DynamicPDF Rasterizer feature. One of the following is required for non-evaluation usage:

GifImageFormat(Palette, Int32, DitheringAlgorithm)

Initializes a new instance of the GifImageFormat class.

public GifImageFormat(Palette colorPalette, int ditheringPercent, DitheringAlgorithm ditheringAlgorithm)
Public Sub New (colorPalette As Palette, ditheringPercent As Integer, ditheringAlgorithm As DitheringAlgorithm)

Parameters

colorPalette
Palette

Color palette of the image.

ditheringPercent
Int32

Dithering Percentage of the image.

ditheringAlgorithm
DitheringAlgorithm

Dithering Algorithm of the image.

Licensing Info

This constructor is a DynamicPDF Rasterizer feature. One of the following is required for non-evaluation usage:

See Also

GifImageFormat
ceTe.DynamicPDF.Rasterizer

In this topic