Gets or sets the number of sound channels.

Namespace: Spire.Pdf.General
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public PdfSoundChannels Channels { get; set; }
Public Property Channels As PdfSoundChannels
	Get
	Set
public:
property PdfSoundChannels Channels {
	PdfSoundChannels get ();
	void set (PdfSoundChannels value);
}
member Channels : PdfSoundChannels with get, set

Property Value

PdfSoundChannels

See Also