[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.SquareAnnotation

SquareAnnotation Class

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.

Namespace: GrapeCity.Documents.Pdf.Annotations
Assembly: DS.Documents.Pdf.dll
Syntax
public class SquareAnnotation : MarkupAnnotation, IOwnedObject, IContentItem, IPdfDict
Public Class SquareAnnotation
    Inherits MarkupAnnotation
    Implements IOwnedObject, IContentItem, IPdfDict

Constructors

Name Description
SquareAnnotation()

Initializes a new instance of the SquareAnnotation class.

Properties

Name Description
BorderEffect

Gets the BorderEffect object defining effect applied to the annotation.

FillColor

Gets or sets the fill color.

LineDashPattern

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

LineWidth

Gets or sets the line width in points.

Extension Methods