Fill.CreatePattern(PatternTemplate, ColorSpace, PdfColor, Nullable<Double>) Method
Namespace: DevExpress.Docs.Pdf
Assembly: DevExpress.Docs.Pdf.v26.1.dll
Declaration
public static PatternFill CreatePattern(
PatternTemplate template,
ColorSpace underlyingColorSpace = null,
PdfColor underlyingPdfColor = null,
double? opacity = null
)
Parameters
| Name | Type |
|---|---|
| template | PatternTemplate |
Optional Parameters
| Name | Type | Default |
|---|---|---|
| underlyingColorSpace | ColorSpace | null |
| underlyingPdfColor | PdfColor | null |
| opacity | Nullable<Double> | null |
Returns
| Type |
|---|
| PatternFill |
See Also