Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfRgbColor(
PdfColorProfile colorProfile,
int argb
)
VB
Public Sub New (
colorProfile As PdfColorProfile,
argb As Integer
)
Parameters
- colorProfile
- Type: BitMiracle.Docotic.Pdf.PdfColorProfile
The ICC color profile for RGB color space. - argb
- Type: System.Int32
A value specifying the 32-bit ARGB value.
See Also