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

bool GetFirst3D()

Return Value

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

ExceptionCondition
PDFExtractorException
See Also

Reference