|  | 
| PdfSoundLinkElement Constructor  | 
 
            Constructs an external sound link pdf element.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic 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
See Also