PdfShape
Contents
[
Hide
]
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
- class ShapeSearchAdapter
- interface IRotatableTwoDObject
- namespace GroupDocs.Watermark.Contents.Pdf
- assembly GroupDocs.Watermark