Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfRgbColor(
int argb
)
VB
Public Sub New (
argb As Integer
)
Parameters
- argb
- Type: System.Int32
A value specifying the 32-bit ARGB value.
See Also