Link Search Menu Expand Document

IMultimediaExtractorGetFirst3D Method

Initializes enumeration of 3D animations in the document. If GetFirst3D() returned true, you can get the video using SaveCurrent3D*() or GetCurrent3D*() methods.

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

Return Value

Type: Boolean
False if no 3D animations in the document, otherwise true.
Exceptions
ExceptionCondition
PDFExtractorException
See Also

Reference