AudioFrameAudioCdEndTrack Property |
Returns or sets a last track index
Read/write
Int32.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic int AudioCdEndTrack { get; set; }
Public Property AudioCdEndTrack As Integer
Get
Set
public:
virtual property int AudioCdEndTrack {
int get () sealed;
void set (int value) sealed;
}
abstract AudioCdEndTrack : int with get, set
override AudioCdEndTrack : int with get, set
Property Value
Type:
Int32Implements
IAudioFrameAudioCdEndTrack
See Also