PolygonAnnotation Class |
Namespace: Aspose.Pdf.Annotations
The PolygonAnnotation type exposes the following members.
Name | Description | |
---|---|---|
![]() | PolygonAnnotation(Document, Point) |
Constructor for using with Generator.
|
![]() | PolygonAnnotation(Page, Rectangle, Point) |
Creates new Polygon annotation on the specified page.
|
Name | Description | |
---|---|---|
![]() | Actions |
Gets list of annotatation actions.
(Inherited from Annotation.) |
![]() | ActiveState |
Gets or sets current annotation appearance state.
(Inherited from Annotation.) |
![]() | Alignment | Obsolete.
Annotation alignment. This property is obsolete. Use HorizontalAligment instead.
(Inherited from Annotation.) |
![]() | AnnotationType |
Gets type of annotation.
(Overrides AnnotationAnnotationType.) |
![]() | Appearance |
Gets appearance dictionary of the annotation.
(Inherited from Annotation.) |
![]() | Border |
Gets or sets annotation border characteristics. Border (Inherited from Annotation.) |
![]() | Characteristics |
Gets annotation characteristics.
(Inherited from Annotation.) |
![]() | Color |
Gets or sets annotation color.
(Inherited from Annotation.) |
![]() | Contents |
Gets or sets annotation text.
(Inherited from Annotation.) |
![]() | CreationDate |
Gets date and time when annotation was created.
(Inherited from MarkupAnnotation.) |
![]() | EndingStyle |
Gets or sets the style of second line ending.
(Inherited from PolyAnnotation.) |
![]() | Flags |
Flags of the annotation.
(Inherited from Annotation.) |
![]() | FullName |
Gets full qualified name of the annotation.
(Inherited from Annotation.) |
![]() | Height |
Gets or sets height of the annotation.
(Inherited from Annotation.) |
![]() | HorizontalAlignment | Obsolete.
Gets or sets text alignment for annotation.
(Inherited from Annotation.) |
![]() | Hyperlink |
Gets or sets the fragment hyperlink(for pdf generator).
(Inherited from BaseParagraph.) |
![]() | InReplyTo |
A reference to the annotation that this annotation is "in reply to".
Both annotations must be on the same page of the document.
(Inherited from MarkupAnnotation.) |
![]() | Intent |
Gets or sets the intent of the polygon or polyline annotation.
(Inherited from PolyAnnotation.) |
![]() | InteriorColor |
Gets or sets the interior color with which to fill the annotation�s line endings.
(Inherited from PolyAnnotation.) |
![]() | IsFirstParagraphInColumn |
Gets or sets a bool value that indicates whether this paragraph will be at next column.
Default is false.(for pdf generation)
(Inherited from BaseParagraph.) |
![]() | IsInLineParagraph |
Gets or sets a paragraph is inline.
Default is false.(for pdf generation)
(Inherited from BaseParagraph.) |
![]() | IsInNewPage |
Gets or sets a bool value that force this paragraph generates at new page.
Default is false.(for pdf generation)
(Inherited from BaseParagraph.) |
![]() | IsKeptWithNext |
Gets or sets a bool value that indicates whether current paragraph remains in the same page along with next paragraph.
Default is false.(for pdf generation)
(Inherited from BaseParagraph.) |
![]() | Margin |
Gets or sets a outer margin for paragraph (for pdf generation)
(Inherited from BaseParagraph.) |
![]() | Measure |
Measure units specifed for this annotation.
(Inherited from PolyAnnotation.) |
![]() | Modified |
Gets or sets date and time when annotation was recently modified.
(Inherited from Annotation.) |
![]() | Name |
Gets or sets annotation name on the page.
(Inherited from Annotation.) |
![]() | Opacity |
Gets or sets the constant opacity value to be used in painting the annotation.
(Inherited from MarkupAnnotation.) |
![]() | PageIndex |
Gets index of page which contains annotation.
(Inherited from Annotation.) |
![]() | Popup |
Pop-up annotation for entering or editing the text associated with this annotation.
(Inherited from MarkupAnnotation.) |
![]() | Rect |
Gets or sets annotation rectangle.
(Inherited from Annotation.) |
![]() | ReplyType |
A string specifying the relationship (the "reply type") between this annotation
and one specified by InReplyTo.
(Inherited from MarkupAnnotation.) |
![]() | RichText |
Gets or sets a rich text string to be displayed in the pop-up window when the annotation is opened.
(Inherited from MarkupAnnotation.) |
![]() | StartingStyle |
Gets or sets the style of first line ending.
(Inherited from PolyAnnotation.) |
![]() | States |
Gets appearance dictionary of annotation.
(Inherited from Annotation.) |
![]() | Subject |
Gets text representing desciption of the object.
(Inherited from MarkupAnnotation.) |
![]() | TextHorizontalAlignment |
Gets or sets text alignment for annotation.
(Inherited from Annotation.) |
![]() | Title |
Gets or sets a text that shall be displayed in title bar of annotation.
(Inherited from MarkupAnnotation.) |
![]() | VerticalAlignment |
Gets or sets a vertical alignment of paragraph
(Inherited from BaseParagraph.) |
![]() | Vertices |
Gets or sets an array of points representing the horizontal and vertical coordinates of each vertex.
(Inherited from PolyAnnotation.) |
![]() | Width |
Gets or sets width of the annotation.
(Inherited from Annotation.) |
![]() | ZIndex |
Gets or sets a int value that indicates the Z-order of the graph. A graph with larger ZIndex
will be placed over the graph with smaller ZIndex. ZIndex can be negative. Graph with negative
ZIndex will be placed behind the text in the page.
(Inherited from BaseParagraph.) |
Name | Description | |
---|---|---|
![]() | Accept |
Accepts visitor object for annotation processing.
(Overrides AnnotationAccept(AnnotationSelector).) |
![]() | Clone |
Clones this instance.
Virtual method. Always return null.
(Inherited from BaseParagraph.) |
![]() | Equals | (Inherited from Object.) |
![]() | Flatten |
Places annotation contents directly on the page,
annotation object will be removed.
(Inherited from Annotation.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetRectangle |
Returns rectangle of annotation taking into consideration page rotation.
(Inherited from Annotation.) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |