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
doubleThe width of pattern cells in pixels.
height
doubleThe height of pattern cells in pixels.
colorSpace
PdfColorSpaceThe underlying color space in which the actual color of the pattern is to be specified.
Returns
- PdfTilingPattern
The newly added uncolored PdfTilingPattern.