Apply the color key mask of an image if it contains one.

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

Syntax

C#
public bool ApplyColorKeyMask { get; set; }
Visual Basic
Public Property ApplyColorKeyMask As Boolean
	Get
	Set

Remarks

Color key masks are known to cause interpolation artefacts on atleast some printers. For e.g. barcode images this may be unwanted.

See Also