Click or drag to resize

PdfRGBColor ToArgb Method

Creates the Alpha ,Red ,Green, and Blue value of this PDFColor structure.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public int ToArgb()

Return Value

Type: Int32
ARGB value.
See Also