Click or drag to resize

SoundLinkElement Constructor

Constructs a sound link element

Namespace:  ExpertPdf.PdfCreator
Assembly:  epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax
public SoundLinkElement(
	RectangleF linkRectangle,
	string filePath
)

Parameters

linkRectangle
Type: System.DrawingRectangleF
The link rectangle in page
filePath
Type: SystemString
The sound file
See Also