MultimediaExtractorGetNextVideo Method ByteScout PDF Extractor SDK
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.1.4801-master
Syntax

public bool GetNextVideo()

Return Value

Type: Boolean
False if no more videos in the enumeration, otherwise true.

Implements

IMultimediaExtractorGetNextVideo
Exceptions

ExceptionCondition
PDFExtractorException
See Also

Reference