Initializes a new instance of the class.
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 PdfRubberStampAnnotation( RectangleF rectangle, string text )
Public Sub New ( rectangle As RectangleF, text As String )
public: PdfRubberStampAnnotation( RectangleF rectangle, String^ text )
new : rectangle : RectangleF * text : string -> PdfRubberStampAnnotation
Parameters
- rectangle
- RectangleF
RectangleF structure that specifies the bounds of the annotation.
- text
- String
Text of the rubber stamp annotation.