Skip to main content
All docs
V24.1

PdfSound.Encoding Property

Gets or sets the encoding format of the sample data.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v24.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfSoundEncoding Encoding { get; set; }

Property Value

Type Description
PdfSoundEncoding

Indicates the encoding format.

Available values:

Name Description
Raw

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

Signed

Twos-complement value.

MuLaw

m-Law encoding.

ALaw

A-Law encoding.

See Also