Link Search Menu Expand Document

MultimediaExtractorGetFirstVideo Method

Initializes enumeration of videos in the document. If GetFirstVideo() 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
public bool GetFirstVideo()

Return Value

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

Implements

IMultimediaExtractorGetFirstVideo
Exceptions
ExceptionCondition
PDFExtractorException
See Also

Reference