|
PdfSoundLinkElement Constructor |
Constructs an external sound link pdf element.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public PdfSoundLinkElement(
RectangleF linkRectangle,
string fileName
)
Public Sub New (
linkRectangle As RectangleF,
fileName As String
)
Parameters
- linkRectangle
- Type: System.DrawingRectangleF
The link rectangle in the pdf page. - fileName
- Type: SystemString
The external sound file.
See Also