SoundLinkElement(RectangleF, String) Constructor

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

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public SoundLinkElement(
	RectangleF linkRectangle,
	string filePath
)

Parameters

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

See Also