This is the matrix which used in the dithering process.

Namespace: TallComponents.PDF.Rasterizer
Assembly: TallComponents.PDF.Rasterizer (in TallComponents.PDF.Rasterizer.dll) Version: 3.0.72.2

Syntax

C#
public int[][] DitherMatrix { get; set; }
Visual Basic
Public Property DitherMatrix As Integer()()
	Get
	Set

See Also