Skip to main content
All docs
V25.1
  • PdfSoundEncoding Enum

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

    Namespace: DevExpress.Pdf

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

    NuGet Package: DevExpress.Pdf.Core

    Declaration

    [PdfDefaultField(PdfSoundEncoding.Raw)]
    public enum PdfSoundEncoding

    Members

    Name Description
    Raw

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

    Signed

    Twos-complement value.

    MuLaw

    m-Law encoding.

    ALaw

    A-Law encoding.

    Related API Members

    The following properties accept/return PdfSoundEncoding values:

    See Also