Represents a link to a sound file in PDF
Inheritance Hierarchy
EvoPdfClientPageElement
EvoPdfClientSoundLinkElement
Namespace: EvoPdfClient
Assembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 10.0.0
Syntax
The SoundLinkElement type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | SoundLinkElement(RectangleFloat, Byte) |
Constructs a sound link element at the given location in PDF page and using the given sound data
|
![]() | SoundLinkElement(RectangleFloat, String) |
Constructs a sound link element at the given location in PDF page and using the given sound file
|
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