Click or drag to resize
Pdf Library for .NET

PdfSoundLinkElement Class

Represents a link to an external sound file in a pdf document.
Inheritance Hierarchy
SystemObject
  SelectPdfPdfPageElement
    SelectPdfPdfSoundLinkElement

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntax
public class PdfSoundLinkElement : PdfPageElement

The PdfSoundLinkElement type exposes the following members.

Constructors
 NameDescription
Public methodPdfSoundLinkElement Constructs an external sound link pdf element.
Top
Properties
 NameDescription
Public propertyFileName Gets or sets the external sound file path.
Public propertyLinkRectangle Gets or sets the link rectangle in the pdf page.
Top
See Also