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