Represents the Rubber Stamp annotation for a PDF document.
Namespace: Spire.Pdf.AnnotationsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public class PdfRubberStampAnnotation : PdfAnnotation
Public Class PdfRubberStampAnnotation Inherits PdfAnnotation
public ref class PdfRubberStampAnnotation : public PdfAnnotation
type PdfRubberStampAnnotation = class inherit PdfAnnotation end
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| PdfRubberStampAnnotation()()()() |
Initializes a new instance of the class.
| |
| PdfRubberStampAnnotation(RectangleF) |
Initializes a new instance of the class.
RectangleF structure that specifies the bounds of the annotation. | |
| PdfRubberStampAnnotation(RectangleF, String) |
Initializes a new instance of the class.
| |
| Appearance |
Gets or sets appearance of the annotation.
| |
| Author |
Gets or set the name of the annotation,the entry is deleted by default when the
input value is an empty string
| |
| Border |
Gets or sets annotation's border.
(Inherited from PdfAnnotation.) | |
| 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.
(Inherited from PdfAnnotation.) | |
| CreationDate |
Gets or sets the creation date.
| |
| Equals(Object) |
Determines whether the specified Object is equal to the current 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.
(Inherited from PdfAnnotation.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Icon |
Gets or sets the annotation's icon.
| |
| Initialize()()()() |
Initializes annotation object.
(Overrides PdfAnnotation..::..Initialize()()()().) | |
| Location |
Gets or sets location of the annotation.
(Inherited from PdfAnnotation.) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ModifiedDate |
Gets annotation's modified date.
(Inherited from PdfAnnotation.) | |
| 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.) | |
| Page |
Gets a page which this annotation is connected to.
(Inherited from PdfAnnotation.) | |
| Rectangle | (Inherited from PdfAnnotation.) | |
| Save()()()() |
Saves an annotation.
(Overrides PdfAnnotation..::..Save()()()().) | |
| Size |
Gets or sets size of the annotation.
(Inherited from PdfAnnotation.) | |
| Subject |
Gets or sets the annotation's subject.
| |
| Text |
Gets or sets content of the annotation.
(Inherited from PdfAnnotation.) | |
| ToString()()()() |
Returns a String that represents the current Object.
(Inherited from Object.) |
Inheritance Hierarchy
System..::..Object
Spire.Pdf.Annotations..::..PdfAnnotation
Spire.Pdf.Annotations..::..PdfRubberStampAnnotation
Spire.Pdf.Annotations..::..PdfAnnotation
Spire.Pdf.Annotations..::..PdfRubberStampAnnotation