[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.SquareAnnotation

Class SquareAnnotation

Namespace
GrapeCity.Documents.Pdf.Annotations
Assembly
GcDocs.Pdf.dll

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
Inheritance
SquareAnnotation
Implements
Derived
Inherited Members
Extension Methods

Constructors

SquareAnnotation()

Initializes a new instance of the SquareAnnotation class.

public SquareAnnotation()

Properties

BorderEffect

Gets the BorderEffect object defining effect applied to the annotation.

public BorderEffect BorderEffect { get; }

Property Value

BorderEffect

FillColor

Gets or sets the fill color.

public Color FillColor { get; set; }

Property Value

Color

LineDashPattern

Gets or sets the line dash pattern. Null means a solid line.

public float[] LineDashPattern { get; set; }

Property Value

float[]

LineWidth

Gets or sets the line width in points.

public float LineWidth { get; set; }

Property Value

float