CFx SDK Documentation  2022 SP0
Classes | Macros | Typedefs | Functions
PdfImport.h File Reference
#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< OdPdfImportOdPdfImportPtr
 
typedef OdSmartPtr< OdPdfImportModuleOdPdfImportModulePtr
 

Functions

OdPdfImportPtr createImporter ()
 

Macro Definition Documentation

◆ PDFIMPORT_TOOLKIT

#define PDFIMPORT_TOOLKIT   OD_TOOLKIT_IMPORT

Definition at line 39 of file PdfImport.h.

◆ PDFIMPORT_TOOLKIT_STATIC

#define PDFIMPORT_TOOLKIT_STATIC   OD_STATIC_IMPORT

Definition at line 40 of file PdfImport.h.

Typedef Documentation

◆ OdPdfImportModulePtr

A data type that represents a smart pointer to a <link OdPdfImportModule, PDF import module>.

Definition at line 148 of file PdfImport.h.

◆ OdPdfImportPtr

A data type that represents a smart pointer to a <link OdPdfImport, PDF importer> object.

Definition at line 127 of file PdfImport.h.

Function Documentation

◆ createImporter()

OdPdfImportPtr createImporter ( )
inline

Creates an instance of the <link OdPdfImportModule, PDF import module> class.

Returns
Returns a smart pointer to the <link OdPdfImportModule, PDF import module>. <group OdPdfImport_Classes>

Definition at line 156 of file PdfImport.h.