Mako 8.2.0 API
MakoCore SDK API Documentation
Loading...
Searching...
No Matches
pdfpage.h File Reference

PDF Page Management Features. More...

Include dependency graph for pdfpage.h:

Go to the source code of this file.

Classes

class  JawsMako::IPDFPageExtractor
 An instance of the JawsMako PDFPageExtractor class. More...
class  JawsMako::IPDFPageInserter
 An instance of the JawsMako PDFPageInserter class. More...

Namespaces

namespace  JawsMako

Macros

#define obj2IPDFPageExtractor(obj)
#define obj2IPDFPageInserter(obj)

Functions

 JawsMako::DECL_SMART_PTR (IPDFPageExtractor)
 JawsMako::DECL_SMART_PTR (IPDFPageInserter)

Detailed Description

PDF Page Management Features.

This header describes the PDFPageExtractor and PDFPageInserter interfaces.

Instances of this types provide a method for extraction and insertion of PDF pages.

Macro Definition Documentation

◆ obj2IPDFPageExtractor

#define obj2IPDFPageExtractor ( obj)
Value:
IPDFPageExtractorPtr(dynamic_cast<IPDFPageExtractor *>((IRCObject *) obj), true)
Base class Interface for all Reference Counted objects.
Definition ircobject.h:35

◆ obj2IPDFPageInserter

#define obj2IPDFPageInserter ( obj)
Value:
IPDFPageInserterPtr(dynamic_cast<IPDFPageInserter *>((IRCObject *) obj), true)