Winnovative Word to PDF Converter

PdfColor  Conversion (PdfColor to Color)

Winnovative Word to PDF Converter Documentation
Implicit operator to convert a PDF color to a .NET Color structure.

Namespace:  WnvWordToPdf
Assembly:  wnvwordtopdf (in wnvwordtopdf.dll) Version: 10.0.0.0
Syntax

public static implicit operator Color (
	PdfColor color
)

Parameters

color
Type: WnvWordToPdfPdfColor
The PDF color object

Return Value

Type: Color
The .NET color object.
See Also

Reference