Represents the base class for loaded annotation classes.
Namespace: Spire.Pdf.AnnotationsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public abstract class PdfAnnotationWidget : PdfAnnotation
Public MustInherit Class PdfAnnotationWidget Inherits PdfAnnotation
public ref class PdfAnnotationWidget abstract : public PdfAnnotation
[<AbstractClassAttribute>] type PdfAnnotationWidget = class inherit PdfAnnotation end
Members
All Members | Fields | Properties | Methods |
Public Protected | Instance Static | Declared Inherited | XNA Framework Only .NET Compact Framework Only |
Member | Description | |
---|---|---|
Border |
Gets or sets annotation's border.
| |
Color |
Gets or sets the background of the annotations icon when closed.
The title bar of the annotations pop-up window.
The border of a link annotation.
| |
Equals(Object) | (Inherited from Object.) | |
Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
Flags |
Gets or sets annotation flags.
| |
GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
Initialize()()()() | ||
Location |
Gets or sets location of the annotation.
| |
MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
ModifiedDate |
Gets annotation's modified date.
| |
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.
| |
ObjectID |
Represents the Form field identifier
| |
Page |
Gets a page which this annotation is connected to.
| |
PageWidget |
Gets and sets the Page.
| |
Rectangle | ||
Save()()()() | ||
SetText(String) |
Sets the name of the field.
| |
Size |
Gets or sets size of the annotation.
| |
Text |
Gets or sets content of the annotation.
| |
ToString()()()() | (Inherited from Object.) |
Inheritance Hierarchy
System..::..Object
Spire.Pdf.Annotations..::..PdfAnnotation
Spire.Pdf.Annotations..::..PdfAnnotationWidget
Spire.Pdf.Annotations..::..PdfStyledAnnotationWidget
Spire.Pdf.Annotations..::..PdfTextWebLinkAnnotationWidget
Spire.Pdf.Annotations..::..PdfAnnotation
Spire.Pdf.Annotations..::..PdfAnnotationWidget
Spire.Pdf.Annotations..::..PdfStyledAnnotationWidget
Spire.Pdf.Annotations..::..PdfTextWebLinkAnnotationWidget