Common namespace. More...
Namespaces | |
file | |
File namespace. | |
Classes | |
class | Barcode |
class | Bitmap |
class | Codec |
class | DocEventCallback |
class | Font |
class | GraphState |
class | Image |
class | Library |
class | NotifierCallback |
class | Path |
class | Progressive |
class | Range |
class | Renderer |
Typedefs | |
typedef IFX_Pause | PauseCallback |
Enumerations | |
enum | Alignment { e_AlignmentLeft = 0, e_AlignmentCenter = 1, e_AlignmentRight = 2 } |
Enumeration for alignment (horizontal). More... | |
enum | FillMode { e_FillModeNone = 0, e_FillModeAlternate = 1, e_FillModeWinding = 2 } |
Enumeration for filling mode type, mainly for path graphics object. More... | |
enum | Position { e_PosTopLeft = 0, e_PosTopCenter = 1, e_PosTopRight = 2, e_PosCenterLeft = 3, e_PosCenter = 4, e_PosCenterRight = 5, e_PosBottomLeft = 6, e_PosBottomCenter = 7, e_PosBottomRight = 8 } |
Enumeration for watermark position in a PDF page. More... | |
enum | Rotation { e_Rotation0 = 0, e_Rotation90 = 1, e_Rotation180 = 2, e_Rotation270 = 3, e_RotationUnknown = 4 } |
Enumeration for rotation. More... | |
Common namespace.
Add-on namespace.
This class represents a callback object used for pausing during a progressive process. All the pure virtual functions in this class are used as callback functions and should be implemented by user to do pausing in a customized way.
Enumeration for filling mode type, mainly for path graphics object.
Values of this enumeration should be used alone.
Enumeration for watermark position in a PDF page.
Values of this enumeration should be used alone.
Enumeration for rotation.
Values of this enumeration should be used alone.