Back to Devexpress

PdfSound.Encoding Property

officefileapi-devexpress-dot-pdf-dot-pdfsound.md

latest1.1 KB
Original Source

PdfSound.Encoding Property

Gets or sets the encoding format of the sample data.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfSoundEncoding Encoding { get; set; }
vb
Public Property Encoding As PdfSoundEncoding

Property Value

TypeDescription
PdfSoundEncoding

Indicates the encoding format.

|

Available values:

NameDescription
Raw

Unspecified or unsigned value (from 0 to 2B-1).

| | Signed |

Twos-complement value.

| | MuLaw |

m-Law encoding.

| | ALaw |

A-Law encoding.

|

See Also

PdfSound Class

PdfSound Members

DevExpress.Pdf Namespace