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

PDF Input-Specific Features. More...

Include dependency graph for pdfinput.h:

Go to the source code of this file.

Classes

class  JawsMako::IPDFInput
 An instance of the JawsMako PDF input class. More...
class  JawsMako::IPDFInput::CPdfFontInfo
 Information about a font in a PDF file, obtained by scanning the PDF font structures. More...
class  JawsMako::IPDFInput::CPdfScannedInk
 Basic information about an ink used in a PDF file, obtained by scanning the PDF page tree. More...

Namespaces

namespace  JawsMako

Macros

#define obj2IPDFInput(obj)

Functions

 JawsMako::DECL_SMART_PTR (IPDFInput)

Detailed Description

PDF Input-Specific Features.

This header describes the IPDFInput interface. These are a subclass of IInput. Instances of this type are returned by IInput::create() when eFFPDF is specified. This allows access to PDF specific input features and modes of operation.

Macro Definition Documentation

◆ obj2IPDFInput

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