SoundLinkElement(RectangleFloat, Byte) Constructor

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

Definition

Namespace: EvoPdfClient
Assembly: EvoPdfClient (in EvoPdfClient.dll) Version: 11.0.0.0 (11.0.0.0)
C#
public SoundLinkElement(
	RectangleFloat linkRectangle,
	byte[] soundData
)

Parameters

linkRectangle  RectangleFloat
The link rectangle in page
soundData  Byte
The sound data

See Also