Shape

Overview

Shape is a class in Aspose.PDF FOSS for .NET.

Base class for drawable shapes.

This class provides 1 method for working with Shape objects in .NET programs. Available methods include: CheckBounds. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: GraphInfo, Text.

Properties

NameTypeAccessDescription
GraphInfoAspose.Pdf.GraphInfoRead/WriteGets or sets the graph info.
TextAspose.Pdf.Text.TextFragment?Read/WriteOptional text label rendered with the shape.

Methods

SignatureDescription
CheckBounds(containerWidth: double, containerHeight: double)Whether this shape lies within a containerWidth×containerHeight box anchored at the origin.

See Also