SoundLinkElement(RectangleFloat, String) Constructor

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

Definition

Namespace: WinnovativeClient
Assembly: WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 18.0.0
C#
public SoundLinkElement(
	RectangleFloat linkRectangle,
	string filePath
)

Parameters

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

See Also