API Reference > Classes > OdPdf3DStreamExtractor Class > OdPdf3DStreamExtractor Enumerations > OdPdf3DStreamExtractor::ExtractResult Enumeration
OdPdf3DStreamExtractor::ExtractResult Enumeration
Syntax
C++
enum ExtractResult { success, fail, bad_password, bad_file, invalid_page_number, invalid_stream_number, document_not_loaded };

Pdf3DStreamExtractor.h

Members 
Description 
success 
The extraction process has been successfully finished. 
fail 
The extraction process failed. 
bad_password 
The extraction process failed because of an incorrect password. 
bad_file 
The extraction process failed because of an incorrect input .pdf file. 
invalid_page_number 
The extraction process failed because of an invalid page number of the input .pdf file. 
invalid_stream_number 
The extraction process failed because of an invalid stream number in the input .pdf file. 
document_not_loaded 
The extraction process failed because the .pdf document was not loaded. 

Defines a list with possible results of the extract 3D stream data operation. The result value is handled by a module that contains 3D stream data extraction functionality.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.