Table of Contents

Method AddUncoloredPattern

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

AddUncoloredPattern(double, double, PdfColorSpace)

Adds a new uncolored tiling pattern with specified underlying color space to the end of the collection of document patterns.

[Obsolete("This method will be removed in the next release of the library. Use the CreateUncoloredPattern method instead.")]
public PdfTilingPattern AddUncoloredPattern(double width, double height, PdfColorSpace colorSpace)

Parameters

width double

The width of pattern cells in pixels.

height double

The height of pattern cells in pixels.

colorSpace PdfColorSpace

The underlying color space in which the actual color of the pattern is to be specified.

Returns

PdfTilingPattern

The newly added uncolored PdfTilingPattern.