Method AddColoredPattern
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
AddColoredPattern(double, double)
Adds a new colored tiling pattern to the end of the collection of document patterns.
[Obsolete("This method will be removed in the next release of the library. Use the CreateColoredPattern method instead.")]
public PdfTilingPattern AddColoredPattern(double width, double height)
Parameters
width
doubleThe width of pattern cells in pixels.
height
doubleThe height of pattern cells in pixels.
Returns
- PdfTilingPattern
The newly added colored PdfTilingPattern.