Close

Relief for ODA Team in Ukraine

Learn more
ODA PRC SDK
OdPdf3DStreamExtractor::ExtractResult Enumeration
Syntax
C++
enum ExtractResult { success, fail, bad_password, bad_file, invalid_page_number, invalid_stream_number, document_not_loaded };
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.

File: Pdf3DStreamExtractor.h

Copyright © 2002-2022. Open Design Alliance All rights reserved.