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