PngIndexedColorFormat Constructors

Overloads

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

PngIndexedColorFormat()

Initializes a new instance of the PngIndexedColorFormat class.

public PngIndexedColorFormat()
Public Sub New ()

Licensing Info

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

PngIndexedColorFormat(Palette)

Initializes a new instance of the PngIndexedColorFormat class.

public PngIndexedColorFormat(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:

PngIndexedColorFormat(Palette, Int32)

Initializes a new instance of the PngIndexedColorFormat class.

public PngIndexedColorFormat(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:

PngIndexedColorFormat(Palette, Int32, DitheringAlgorithm)

Initializes a new instance of the PngIndexedColorFormat class.

public PngIndexedColorFormat(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

PngIndexedColorFormat
ceTe.DynamicPDF.Rasterizer

In this topic