CFx SDK Documentation
2023 SP0
|
#include "RxModule.h"
#include "RxDictionary.h"
#include "DynamicLinker.h"
#include "OdPlatformSettings.h"
Go to the source code of this file.
Classes | |
class | OdPdfImport |
class | OdPdfImportModule |
Macros | |
#define | PDFIMPORT_TOOLKIT OD_TOOLKIT_IMPORT |
#define | PDFIMPORT_TOOLKIT_STATIC OD_STATIC_IMPORT |
Typedefs | |
typedef OdSmartPtr< OdPdfImport > | OdPdfImportPtr |
typedef OdSmartPtr< OdPdfImportModule > | OdPdfImportModulePtr |
Functions | |
OdPdfImportPtr | createImporter () |
#define PDFIMPORT_TOOLKIT OD_TOOLKIT_IMPORT |
Definition at line 39 of file PdfImport.h.
#define PDFIMPORT_TOOLKIT_STATIC OD_STATIC_IMPORT |
Definition at line 40 of file PdfImport.h.
A data type that represents a smart pointer to a <link OdPdfImportModule, PDF import module>.
Definition at line 149 of file PdfImport.h.
typedef OdSmartPtr<OdPdfImport> OdPdfImportPtr |
A data type that represents a smart pointer to a <link OdPdfImport, PDF importer> object.
Definition at line 128 of file PdfImport.h.
|
inline |
Creates an instance of the <link OdPdfImportModule, PDF import module> class.
Definition at line 157 of file PdfImport.h.