API Reference > OdPdfImport Classes > OdPdfImport Class > OdPdfImport Methods > OdPdfImport::import Method
OdPdfImport::import Method
Syntax
C++
virtual ImportResult import() = 0;

Returns a value of the ImportResult enumeration that contains the result of the import process.

Imports a .pdf file's contents to a drawing database with specified properties. This method should be reimplemented to provide the functionality for importing from a .pdf file.

To specify import properties, use the properties() method to get access to the import properties dictionary object.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.