AutoPalette Constructors

Overloads

AutoPalette()Initializes a new instance of the AutoPalette class.
AutoPalette(QuantizationAlgorithm)Initializes a new instance of the AutoPalette class.
AutoPalette(QuantizationAlgorithm, Int32)Initializes a new instance of the AutoPalette class.

AutoPalette()

Initializes a new instance of the AutoPalette class.

public AutoPalette()
Public Sub New ()

Licensing Info

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

AutoPalette(QuantizationAlgorithm)

Initializes a new instance of the AutoPalette class.

public AutoPalette(QuantizationAlgorithm quantizationAlgorithm)
Public Sub New (quantizationAlgorithm As QuantizationAlgorithm)

Parameters

quantizationAlgorithm
QuantizationAlgorithm

Variable of type QuantizationAlgorithm which can be used to specify quantization algorithm.

Licensing Info

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

AutoPalette(QuantizationAlgorithm, Int32)

Initializes a new instance of the AutoPalette class.

public AutoPalette(QuantizationAlgorithm quantizationAlgorithm, int maxPaletteSize)
Public Sub New (quantizationAlgorithm As QuantizationAlgorithm, maxPaletteSize As Integer)

Parameters

quantizationAlgorithm
QuantizationAlgorithm

Variable of type QuantizationAlgorithm which can be used to specify quantization algorithm.

maxPaletteSize
Int32

Maximum size of palette.

Licensing Info

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

See Also

AutoPalette
ceTe.DynamicPDF.Rasterizer

In this topic