TextNoteElement Constructor |
Constructs a sound link element
Namespace:
ExpertPdf.PdfCreator
Assembly:
epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax public TextNoteElement(
RectangleF linkRectangle,
string text
)
Public Sub New (
linkRectangle As RectangleF,
text As String
)
Parameters
- linkRectangle
- Type: System.DrawingRectangleF
The link rectangle in page - text
- Type: SystemString
The text annontation
See Also