Base class for all derived special color classes.

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

Syntax

C#
public abstract class SpecialColor : Color
Visual Basic
Public MustInherit Class SpecialColor _
	Inherits Color

Remarks

This class is to structurize the color classes only, and has no functionality.

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Colors..::..Color
    TallComponents.PDF.Colors..::..SpecialColor
      TallComponents.PDF.Colors..::..SeperationColor

See Also