XFormPlacement
Overview
XFormPlacement is a class in Aspose.PDF FOSS for .NET.
Inherits from: GraphicElement.
A Form XObject invocation (Do) found in a content stream.
This class provides 2 methods for working with XFormPlacement objects in .NET programs.
Available methods include: SaveToSvg.
All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package.
Properties: Elements, Name, Position, Rectangle.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Name | string | Read | The XObject resource name (e.g. |
Elements | GraphicElementCollection | Read | The form’s own painted elements, in form-space coordinates. |
Rectangle | Rectangle | Read | Gets the rectangle. |
Position | Point | Read/Write | The element’s page-space anchor (the lower-left corner of its bounding box). |
Methods
| Signature | Description |
|---|---|
SaveToSvg() | Render this element alone as a standalone SVG document sized to its bounding box (CSS pixels, 1pt = 4/3 px). |
SaveToSvg(svgFilePath: string) | Render this element alone to an SVG file (see SaveToSvg()). |