API Reference > Classes > OdPdf3DStreamExtractor Class > OdPdf3DStreamExtractor Methods > OdPdf3DStreamExtractor::fill3DStream Method
OdPdf3DStreamExtractor::fill3DStream Method
Syntax
C++
virtual ExtractResult fill3DStream(const int page_index, const int stream_index, OdStreamBufPtr& stream) const = 0;
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.  
OdStreamBufPtr& stream 
[out] A reference to a smart pointer to an OdStreamBuf object to be filled with the 3D stream data.  

A value of the ExtractResult enumeration that contains the result of the method execution.

Fills a specified OdStreamBuf object with data from a specified 3D stream.

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