TextNoteElement Constructor |
Constructs a sound link element
Namespace: ExpertPdf.PdfCreatorAssembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntaxpublic TextNoteElement(
RectangleF linkRectangle,
string text
)
Public Sub New (
linkRectangle As RectangleF,
text As String
)
Parameters
- linkRectangle RectangleF
- The link rectangle in page
- text String
- The text annontation
See Also