FigureElement

FigureElement

Overview

FigureElement is a class in Aspose.PDF FOSS for .NET. Inherits from: Element.

A figure structure element (/S = “Figure”) that wraps a raster or vector picture.

Properties: Image.

Properties

NameTypeAccessDescription
ImageSystem.Drawing.Image?ReadThe figure’s image extracted from the page’s /Resources XObject dictionary, or null when the figure has no embedded image stream.

See Also