| PDFReaderControls.NET Professional Type Reference |
|
Color Implicit Color to Color Conversion
Provides implicit conversion from System.Drawing.Color.
public static implicit operator
Color(
Color systemColor);
Parameters
-
systemColor
- The system color that will be implicitly casted.
Return Value
A PDF.Colors.Color that has the same value as the System.Drawing.Color.
See Also
Color Class | TallComponents.PDF.Colors Namespace