PdfColor Constructors
Represents a color used in the PDF document.Name | Parameters | Description |
---|---|---|
PdfColor(PdfPattern, Double[]) | pattern, components | Initializes a new instance of the PdfColor class with the specified settings. |
PdfColor(Double[]) | components | Initializes a new instance of the PdfColor class with the specified color components. |
See Also