PdfSound
Channels Property
|
Gets or sets the number of sound channels.
Namespace:
Spire.Pdf.General
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
PdfSoundChannels
See Also