TiffIndexedColorFormat Constructors

Overloads

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

TiffIndexedColorFormat()

Initializes a new instance of the TiffIndexedColorFormat class.

public TiffIndexedColorFormat()
Public Sub New ()

Licensing Info

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

TiffIndexedColorFormat(Palette)

Initializes a new instance of the TiffIndexedColorFormat class.

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

Parameters

colorPalette
Palette

Specify a color palette.

Licensing Info

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

TiffIndexedColorFormat(Palette, Int32)

Initializes a new instance of the TiffIndexedColorFormat class.

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

Parameters

colorPalette
Palette

Specify a color palette.

ditheringPercent
Int32

Specify value of dithering in percentage.

Licensing Info

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

TiffIndexedColorFormat(Palette, Int32, DitheringAlgorithm)

Initializes a new instance of the TiffIndexedColorFormat class.

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

Parameters

colorPalette
Palette

Specify a color palette.

ditheringPercent
Int32

Specify value of dithering in percentage .

ditheringAlgorithm
DitheringAlgorithm

Specify a dithering algorithm .

Licensing Info

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

See Also

TiffIndexedColorFormat
ceTe.DynamicPDF.Rasterizer

In this topic