Represents a link to a sound file in PDF
Inheritance Hierarchy
EvoPdf.HtmlToPdfClientPageElement
EvoPdf.HtmlToPdfClientSoundLinkElement
Namespace: EvoPdf.HtmlToPdfClient
Assembly: EvoHtmlToPdfClient_UWP (in EvoHtmlToPdfClient_UWP.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax
The SoundLinkElement type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| SoundLinkElement |
Constructs a sound link element at the given location in PDF page and using the given sound data
|
Properties
| Name | Description | |
|---|---|---|
| LinkRectangle |
Gets or sets the sound file link rectangle in PDF page
| |
| SoundData |
Gets or sets the sound data
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
See Also