Link Search Menu Expand Document

MultimediaExtractorGetNext3D Method

Advances 3D animations enumeration to next 3D animation object. If GetNext3D() returned true, you can get the 3D animation using SaveCurrent3D*() or GetCurrent3D*() methods.

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

Return Value

Type: Boolean
False if no more 3D animations in the enumeration, otherwise true.

Implements

IMultimediaExtractorGetNext3D
Exceptions
ExceptionCondition
PDFExtractorException
See Also

Reference