Constructs a sound link element at the given location in PDF page and using the given sound file

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public SoundLinkElement(
	RectangleF linkRectangle,
	string filePath
)
Visual Basic
Public Sub New ( 
	linkRectangle As RectangleF,
	filePath As String
)
Visual C++
public:
SoundLinkElement(
	RectangleF linkRectangle, 
	String^ filePath
)

Parameters

linkRectangle
Type: System.Drawing..::..RectangleF
The link rectangle in page
filePath
Type: System..::..String
The sound file

See Also