Transparent color.

Namespace: TallComponents.PDF.Layout.Colors
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.66.0

Syntax

C#
[SerializableAttribute]
public class TransparentColor : Color
Visual Basic
<SerializableAttribute> _
Public Class TransparentColor _
	Inherits Color

Remarks

This class can be used to specify no color.

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Layout.Colors..::..Color
    TallComponents.PDF.Layout.Colors..::..TransparentColor

See Also