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 Function ToArgb As Integer
member ToArgb : unit -> int
Return Value
Type:
Int32
ARGB value.
See Also