XForm
Overview
XForm is a type in Aspose.PDF FOSS for Go.
XForm is a reusable Form XObject (ISO 32000-1 §8.10) — a self-contained content stream (with its own resources) that can be placed on any number of pages and positions with a single Do invocation.
This type provides 2 methods for working with XForm objects in Go programs.
Available methods include: Canvas, Size.
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 drawing surface for the form. |
Size() → (width, height float64) | Size returns the form’s width and height in points. |