PdfColor.ToRgb Method

Converts this PdfColor to RGB.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public PdfRgbColor ToRgb()
VB
Public Function ToRgb As PdfRgbColor

Return Value

Type: PdfRgbColor
The PdfRgbColor object that corresponds to this PdfColor.

See Also