SoundLinkElement(RectangleF, String) Constructor

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

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
C#
public SoundLinkElement(
	RectangleF linkRectangle,
	string filePath
)

Parameters

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

See Also