Link Search Menu Expand Document

MultimediaExtractorGetFirstAudio Method

Initializes enumeration of audios in the document. If GetFirstVideo() returned true, you can get the video using SaveCurrentAudio*() or GetCurrentAudio*() methods.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public bool GetFirstAudio()

Return Value

Type: Boolean
False if no audios in the document, otherwise true.

Implements

IMultimediaExtractorGetFirstAudio
Exceptions
ExceptionCondition
PDFExtractorException
See Also

Reference