PdfColor Constructor (Byte, Byte, Byte) |
Creates a color based on RGB values.
Namespace:
ExpertPdf.HtmlToPdf.PdfDocument
Assembly:
ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax public PdfColor(
byte red,
byte green,
byte blue
)
Public Sub New (
red As Byte,
green As Byte,
blue As Byte
)
Parameters
- red
- Type: SystemByte
Red value. - green
- Type: SystemByte
Green value. - blue
- Type: SystemByte
Blue value.
See Also