Link Search Menu Expand Document

IMultimediaExtractorGetNextVideo Method

Advances video enumeration to next video. If GetNextVideo() returned true, you can get the video using SaveCurrentVideo*() or GetCurrentVideo*() methods.

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

Return Value

Type: Boolean
False if no more videos in the enumeration, otherwise true.
Exceptions
ExceptionCondition
PDFExtractorException
See Also

Reference