Close

Relief for ODA Team in Ukraine

Learn more
ODA PRC SDK
OdPdf3DStreamExtractor::Get3DStreamName Method
Syntax
C++
virtual OdString Get3DStreamName(const int page_index, const int stream_index, ExtractResult& result) const = 0;

Requests the name of a specified 3D stream.

Parameters
Description
page_index
[in] A page index within the PDF document.
stream_index
[in] An index of the stream contained in the PDF document.
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.

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 © 2002-2022. Open Design Alliance All rights reserved.