Gets or sets the number of sound channels.

Namespace: Spire.Pdf.General
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

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