XFormPlacement

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

NameTypeAccessDescription
NamestringReadThe XObject resource name (e.g.
ElementsGraphicElementCollectionReadThe form’s own painted elements, in form-space coordinates.
RectangleRectangleReadGets the rectangle.
PositionPointRead/WriteThe element’s page-space anchor (the lower-left corner of its bounding box).

Methods

SignatureDescription
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()).

See Also

 English