PdfShape

PdfShape class

Provides base class for XObjects, Artifacts and Annotations.

public abstract class PdfShape : ShapeSearchAdapter, IRotatableTwoDObject

Properties

Name Description
FormattedTextFragments { get; } Gets the collection of formatted text fragments of this PdfShape.
abstract Height { get; } Gets the height of the object.
Image { get; set; } Gets or sets the image of this PdfShape.
abstract RotateAngle { get; } Gets the rotate angle of the object in degrees.
virtual Text { get; set; } Gets or sets the text of this PdfShape.
abstract Width { get; } Gets the width of the object.
abstract X { get; } Gets the x-coordinate of the object.
abstract Y { get; } Gets the y-coordinate of the object.

See Also