[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.Annotations.PolygonAnnotation

PolygonAnnotation Class

Represents a polygon annotation that displays a polygon on a page. When opened, it 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 PolygonAnnotation : PolygonAnnotationBase, IOwnedObject, IContentItem, IPdfDict
Public Class PolygonAnnotation
    Inherits PolygonAnnotationBase
    Implements IOwnedObject, IContentItem, IPdfDict

Constructors

Name Description
PolygonAnnotation()

Initializes a new instance of the PolygonAnnotation class.

Properties

Name Description
BorderEffect

Gets the BorderEffect object defining the effect applied to the polygon.

Extension Methods