Getting started with C++¶
Document Filters also provides C++ objects that wrap the underlying C API. These can be used from any C++ compiler on any support platform.
To use from Visual Studio, add the ISYS11df.lib as a link library, and include DocumentFilters.h, DocumentFiltersObjects.h and PerceptiveDocumentFiltersObjects.cpp into the project.
To use on other platforms, include DocumentFilters.h, DocumentFiltersObjects.h and PerceptiveDocumentFiltersObjects.cpp into the project and ensure ISYS11df is included as a link dependency.