Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdPdf2ImageConverter::setActivePage Method
Syntax
C++
virtual OdResult setActivePage(OdUInt16 pageNum = 1) = 0;

Sets the page of the PDF file to work with.

Parameters
Description
pageNum
[in] Page number. The first page has number 1.

eOk if successful; eNullPtr if no PDF file is loaded; eWrongObjectType if the source file has wrong format; eInvalidIndex if no page with specified index was found in the source PDF file; eNotHandled if PDFium module is not enabled.

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