[]
Represents a square annotation which displays a rectangle on a page. When opened, a square annotation displays a pop-up window containing the text of the associated note.
public class SquareAnnotation : MarkupAnnotation, IOwnedObject, IContentItem, IPdfDict
Initializes a new instance of the SquareAnnotation class.
public SquareAnnotation()
Gets the BorderEffect object defining effect applied to the annotation.
public BorderEffect BorderEffect { get; }
Gets or sets the fill color.
public Color FillColor { get; set; }
Gets or sets the line dash pattern. Null means a solid line.
public float[] LineDashPattern { get; set; }
Gets or sets the line width in points.
public float LineWidth { get; set; }