Click or drag to resize

PdfPolyLineAnnotationWidget Class

Represents the loaded text Polygon annotation class.
Inheritance Hierarchy

Namespace: Spire.Pdf.Annotations
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public class PdfPolyLineAnnotationWidget : PdfPolygonAndPolyLineAnnotationWidget

The PdfPolyLineAnnotationWidget type exposes the following members.

Properties
Name Description
Public property AnnotationFlags
Gets or sets the annotation flags.
(Inherited from PdfStyledAnnotationWidget .)
Public property Author
Gets or sets the annotation's author.
(Inherited from PdfMarkUpAnnotationWidget .)
Public property Border
Gets or sets the annotation's border.
(Inherited from PdfStyledAnnotationWidget .)
Public property Bounds
Gets or sets the annotation's bounds. If this property is not set, bounds are calculated automatically based on Location property and content of annotation.
(Inherited from PdfStyledAnnotationWidget .)
Public property Color
Gets or sets the color.
(Inherited from PdfStyledAnnotationWidget .)
Public property CreationDate
Gets or sets the date and time when the annotation was created.
(Inherited from PdfMarkUpAnnotationWidget .)
Public property Flags
Gets or sets annotation flags.
(Inherited from PdfAnnotation .)
Public property Intent
Gets or sets the intent
(Inherited from PdfMarkUpAnnotationWidget .)
Public property Location
Gets or sets the location.
(Inherited from PdfStyledAnnotationWidget .)
Public property ModifiedDate
Gets annotation's modified date.
(Inherited from PdfAnnotation .)
Public property Name
Gets or sets the name of the annotation. Note: The annotation name, a text string uniquely identifying it among all the annotations on its page.
(Inherited from PdfAnnotation .)
Public property Opacity
Gets the opacity value to be used.
(Inherited from PdfMarkUpAnnotationWidget .)
Public property Page
Gets a page which this annotation is connected to.
(Inherited from PdfAnnotation .)
Public property PageWidget
Gets and sets the Page.
(Inherited from PdfAnnotationWidget .)
Public property Rectangle
Gets or sets annotation's bounds. If this property is not set bounds are calculated automatically based on Location property and content of annotation.
(Inherited from PdfAnnotation .)
Public property Size
Gets or sets the size.
(Inherited from PdfStyledAnnotationWidget .)
Public property Subject
Gets or sets the annotation's subject.
(Inherited from PdfMarkUpAnnotationWidget .)
Public property Text
Gets or sets the text
(Inherited from PdfMarkUpAnnotationWidget .)
Public property Vertices
The vertice coordinates.
(Inherited from PdfPolygonAndPolyLineAnnotationWidget .)
Top
Methods
Name Description
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Protected method Initialize
Initializes annotation object.
(Inherited from PdfAnnotation .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method RewriteAppearance
Rewrite Annotation Appearance
(Inherited from PdfAnnotation .)
Protected method Save
Saves an annotation.
(Inherited from PdfAnnotation .)
Public method SetText
Sets the name of the field.
(Inherited from PdfAnnotationWidget .)
Public method SetTitleText
Sets the name of the annotation,the entry is deleted by default when the input value is an empty string
(Inherited from PdfMarkUpAnnotationWidget .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
Fields
Name Description
Public field ObjectID
Represents the Form field identifier
(Inherited from PdfAnnotationWidget .)
Top
See Also