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(
	PDFColor color
)
Visual Basic
Public Sub New ( _
	color As PDFColor _
)
Visual C++
public:
PDFColor(
	PDFColor color
)

See Also