Skip to main content
A newer version of this page is available. .
All docs
V23.1
.NET Framework 4.5.2+

PdfSound.Encoding Property

Gets or sets the encoding format of the sample data.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfSoundEncoding Encoding { get; set; }

Property Value

Type Description
PdfSoundEncoding

Indicates the encoding format.

See Also