TilingPattern
Overview
TilingPattern is a type in Aspose.PDF FOSS for Go.
TilingPattern is a repeating fill (PatternType 1, ISO 32000-1 §8.7.3.1): a small cell of content tiled across whatever shape it fills.
This type provides 2 methods for working with TilingPattern objects in Go programs.
Available methods include: Canvas, SetStep.
All public members are accessible to any Go application after installing the Aspose.PDF FOSS for Go package.
Methods
| Signature | Description |
|---|---|
Canvas() → *Page | Canvas returns the cell’s drawing surface (the full *Page drawing API). |
SetStep(xstep: float64) | SetStep sets the horizontal and vertical tile spacing in points. |