Click or drag to resize

SoundLinkElement Constructor

Constructs a sound link element

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.0
Syntax
public SoundLinkElement(
	RectangleF linkRectangle,
	string filePath
)

Parameters

linkRectangle  RectangleF
The link rectangle in page
filePath  String
The sound file
See Also