Initializes new instance.
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 PdfDocumentLinkAnnotation( RectangleF rectangle, PdfDestination destination )
Public Sub New ( rectangle As RectangleF, destination As PdfDestination )
public: PdfDocumentLinkAnnotation( RectangleF rectangle, PdfDestination^ destination )
new : rectangle : RectangleF * destination : PdfDestination -> PdfDocumentLinkAnnotation
Parameters
- rectangle
- RectangleF
Bounds of the annotation.
- destination
- PdfDestination
Destination of the annotation.