Initializes a new instance of the PDFColor class

Namespace: CuteEditor.Convertor.PDF
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public PDFColor(
	Color color
)
Visual Basic
Public Sub New ( _
	color As Color _
)
Visual C++
public:
PDFColor(
	Color color
)

Parameters

color
Type: System.Drawing..::..Color

See Also