Parameters |
Description |
const int page_index |
[in] A page index within the PDF document. |
const int stream_index |
[in] An index of the stream contained in the PDF document. |
ExtractResult& result |
[out] A reference to a value of the ExtractResult enumeration that contains the result of the method execution. |
An OdString object that contains the name of the specified 3D stream.
Requests the name of a specified 3D stream.
If there is no name for the stream in the PDF document, the default name 3D_<stream_number_in_the_document> is returned (e.g. 3D_1, 3D_2, etc.).
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.
|