Back to Devexpress

PdfSoundEncoding Enum

officefileapi-devexpress-dot-pdf-ecdc581f.md

latest1.1 KB
Original Source

PdfSoundEncoding Enum

Lists the encoding formats of sample data associated with the sound annotation.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
[PdfDefaultField(PdfSoundEncoding.Raw)]
public enum PdfSoundEncoding
vb
<PdfDefaultField(PdfSoundEncoding.Raw)>
Public Enum PdfSoundEncoding

Members

NameDescription
Raw

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

| | Signed |

Twos-complement value.

| | MuLaw |

m-Law encoding.

| | ALaw |

A-Law encoding.

|

The following properties accept/return PdfSoundEncoding values:

See Also

DevExpress.Pdf Namespace