Fill.CreateSolid(ColorSpace, PdfColor, Nullable<Double>) Method
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
public static SolidFill CreateSolid(
ColorSpace colorSpace,
PdfColor pdfColor,
double? opacity = null
)
Parameters
| Name | Type |
|---|---|
| colorSpace | ColorSpace |
| pdfColor | PdfColor |
Optional Parameters
| Name | Type | Default |
|---|---|---|
| opacity | Nullable<Double> | null |
Returns
| Type |
|---|
| SolidFill |
See Also