PdfAnnotation

PdfAnnotation class

Represents an annotation in a pdf document.

public class PdfAnnotation : PdfShape

Properties

Name Description
AnnotationType { get; } Gets the type of this PdfAnnotation.
FormattedTextFragments { get; } Gets the collection of formatted text fragments of this PdfShape.
override Height { get; } Gets the height of this PdfAnnotation in points.
Image { get; set; } Gets or sets the image of this PdfShape.
Page { get; } Gets the parent page of this PdfAnnotation.
override RotateAngle { get; } Gets the rotate angle of this PdfAnnotation in degrees.
virtual Text { get; set; } Gets or sets the text of this PdfShape.
override Width { get; } Gets the width of this PdfAnnotation in points.
override X { get; } Gets the horizontal offset of this PdfAnnotation from page left border in points.
override Y { get; } Gets the vertical offset of this PdfAnnotation from worksheet bottom border in points.

Remarks

Learn more:

See Also