SoundLinkElement(RectangleF, Stream) Constructor

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

Definition

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

Parameters

linkRectangle  RectangleF
The link rectangle in page
stream  Stream
The sound stream

See Also