SolidFill(ColorSpace, PdfColor, Nullable<Double>) Constructor
Initializes a new instance of the SolidFill class with specified settings.
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
Parameters
| Name | Type |
|---|---|
| colorSpace | ColorSpace |
| pdfColor | PdfColor |
Optional Parameters
| Name | Type | Default |
|---|---|---|
| opacity | Nullable<Double> | null |
See Also