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.
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.