Common namespace.
More...
|
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 | ModuleName {
e_ModuleNameConnectedPDF = 1,
e_ModuleNameXFA = 2,
e_ModuleNameRedaction = 3,
e_ModuleNameRMS = 4,
e_ModuleNameOCR = 5,
e_ModuleNameComparison = 6,
e_ModuleNameCompliance = 7,
e_ModuleNameOptimizer = 8,
e_ModuleNameConversion = 9
} |
| Enumeration for module name which is used in license information. 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.
◆ PauseCallback
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.
◆ Alignment
Enumeration for alignment (horizontal).
Values of this enumeration should be used alone.
Enumerator |
---|
e_AlignmentLeft | Left alignment.
|
e_AlignmentCenter | Center alignment.
|
e_AlignmentRight | Right alignment.
|
◆ FillMode
Enumeration for filling mode type, mainly for path graphics object.
Values of this enumeration should be used alone.
Enumerator |
---|
e_FillModeNone | Fill mode: none.
|
e_FillModeAlternate | Alternate fill mode, in which the system fills this area between odd-numbered and even-numbered polygon sides on each scan line.
|
e_FillModeWinding | Winding fill mode, in which the system uses a direction in which a figure is drawn to determine whether to fill an area.
|
◆ ModuleName
Enumeration for module name which is used in license information.
Values of this enumeration should be used alone.
Enumerator |
---|
e_ModuleNameConnectedPDF | (Reserved, currently, this module is not provided) Name for module "ConnectedPDF".
|
e_ModuleNameXFA | Name for module "XFA".
|
e_ModuleNameRedaction | Name for module "Redaction".
|
e_ModuleNameRMS | Name for module "RMS".
|
e_ModuleNameOCR | Name for module "OCR".
|
e_ModuleNameComparison | Name for module "Comparison".
|
e_ModuleNameCompliance | Name for module "Compliance".
|
e_ModuleNameOptimizer | Name for module "Optimizer".
|
e_ModuleNameConversion | Name for module "Conversion".
|
◆ Position
Enumeration for watermark position in a PDF page.
Values of this enumeration should be used alone.
Enumerator |
---|
e_PosTopLeft | Position: top left.
|
e_PosTopCenter | Position: top center.
|
e_PosTopRight | Position: top right.
|
e_PosCenterLeft | Position center left.
|
e_PosCenter | Position: center.
|
e_PosCenterRight | Position: center right.
|
e_PosBottomLeft | Position: bottom left.
|
e_PosBottomCenter | Position: bottom center.
|
e_PosBottomRight | Position: bottom right.
|
◆ Rotation
Enumeration for rotation.
Values of this enumeration should be used alone.
Enumerator |
---|
e_Rotation0 | No rotation.
|
e_Rotation90 | Rotate 90 degrees in clockwise direction.
|
e_Rotation180 | Rotate 180 degrees in clockwise direction.
|
e_Rotation270 | Rotate 270 degrees in clockwise direction.
|
e_RotationUnknown | Unknown rotation.
|