PdfSound.Encoding Property
In This Article
Gets or sets the encoding format of the sample data.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfSoundEncoding Encoding { get; set; }
#Property Value
Type | Description |
---|---|
Pdf |
Indicates the encoding format. |
Available values:
Name | Description |
---|---|
Raw | Unspecified or unsigned value (from 0 to 2B-1). |
Signed | Twos-complement value. |
Mu |
m-Law encoding. |
ALaw | A-Law encoding. |
See Also