API Reference > Classes > OdPdf3DStreamExtractor Class > OdPdf3DStreamExtractor Methods > OdPdf3DStreamExtractor::getCount3DStreamForPage Method
OdPdf3DStreamExtractor::getCount3DStreamForPage Method
Syntax
C++
virtual OdUInt32 getCount3DStreamForPage(const int page_index, ExtractResult& result) const = 0;
Parameters 
Description 
const int page_index 
[in] A page index within the PDF document.  
ExtractResult& result 
[out] A reference to a value of the ExtractResult enumeration that contains the result of the method execution.  

An unsigned 32-bit integer value that contains the number of 3D streams within the specified page of the PDF document.

Requests the number of 3D streams that are contained within a specified page of the PDF document.

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