SoundLinkElement(RectangleFloat, String) Constructor

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

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public SoundLinkElement(
	RectangleFloat linkRectangle,
	string filePath
)

Parameters

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

See Also