The tint transformation; used if the output device doesn't support the seperation color name.

Namespace: TallComponents.PDF.Colors
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public TintTransform TintTransform { get; set; }
Visual Basic
Public Property TintTransform As TintTransform
	Get
	Set

Remarks

Setting this property to a TintTransform instance is required.

See Also