PdfAnnotation class

PdfAnnotation class

Represents an annotation in a pdf document.

Inheritance: PdfAnnotationPdfShapeShapeSearchAdapter

The PdfAnnotation type exposes the following members:

Properties

Property Description
text Gets or sets the text of this PdfShape.
formatted_text_fragments Gets the collection of formatted text fragments of this PdfShape.
image Gets or sets the image of this PdfShape.
x Gets the horizontal offset of this PdfAnnotation from page left border in points.
y Gets the vertical offset of this PdfAnnotation from worksheet bottom border in points.
width Gets the width of this PdfAnnotation in points.
height Gets the height of this PdfAnnotation in points.
rotate_angle Gets the rotate angle of this PdfAnnotation in degrees.
page Gets the parent page of this PdfAnnotation.
annotation_type Gets the type of this PdfAnnotation.

Remarks

Learn more: | | |

See Also