Skip to main content
All docs
V26.1
  • PatternFill(PatternTemplate, ColorSpace, PdfColor, Nullable<Double>) Constructor

    Initializes a new instance of the PatternFill class with specified settings.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public PatternFill(
        PatternTemplate patternTemplate,
        ColorSpace underlyingColorSpace = null,
        PdfColor underlyingPdfColor = null,
        double? opacity = null
    )

    Parameters

    Name Type
    patternTemplate PatternTemplate

    Optional Parameters

    Name Type Default
    underlyingColorSpace ColorSpace null
    underlyingPdfColor PdfColor null
    opacity Nullable<Double> null
    See Also