Table of Contents

Class PdfSound

Namespace
Syncfusion.Pdf.Interactive
Assembly
Syncfusion.Pdf.Portable.dll

Represents sound embedded into pdf document.

public class PdfSound
Inheritance
PdfSound
Inherited Members

Constructors

PdfSound(Stream)

public PdfSound(Stream data)

Parameters

data Stream

Properties

Bits

Gets or sets the number of bits per sample value per channel.

public int Bits { get; set; }

Property Value

int

Channels

Gets or sets the number of sound channels.

public PdfSoundChannels Channels { get; set; }

Property Value

PdfSoundChannels

Encoding

Gets or sets the encoding format for the sample data.

public PdfSoundEncoding Encoding { get; set; }

Property Value

PdfSoundEncoding

FileName

public string FileName { get; set; }

Property Value

string

The name of the file.

Rate

Gets or sets the sampling rate, in samples per second (in Hz).

public int Rate { get; set; }

Property Value

int

Methods

Save()

Saves an instance.

protected void Save()