EVO PDF Logo

SoundLinkElement Constructor (RectangleFloat, String)

EVO PDF Client for .NET Core
Constructs a sound link element at the given location in PDF page and using the given sound file

Namespace:  EvoPdfClient
Assembly:  EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 10.0.0
Syntax

public SoundLinkElement(
	RectangleFloat linkRectangle,
	string filePath
)

Parameters

linkRectangle
Type: EvoPdfClientRectangleFloat
The link rectangle in page
filePath
Type: SystemString
The sound file
See Also

Reference