DitherCommand.Matrix Property |
Gets or sets the matrix to use for ordered dithering. The matrix must have either 4, 16, 64, or 256
elements in it representing 2x2, 4x4, 8x8 or 16x16 matrices, respectively.
Namespace:
Atalasoft.Imaging.ImageProcessing.Document
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic byte[] Matrix { get; set; }
Public Property Matrix As Byte()
Get
Set
Property Value
Type:
Byte[] The matrix to use for ordered dithering.
See Also