SoundLinkElement(RectangleF, Stream) Constructor

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

Definition

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

Parameters

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

See Also