Page History
...
Name | Type | Data Type | Description |
|---|---|---|---|
Bitmap | *Input | The image to add to the PDF document | |
ImageFileFormat | *Input | Enumeration | Image file format |
Left | *Input | Float | X Coordinate against left edge of the page |
Top | *Input | Float | Y Coordinate against upper edge of the page |
Width | *Input | Float | Width of the image |
Height | *Input | Float | Height of the image |
ImageCompression | *Input (Optional) | Enumeration | Compression of the generated JPEG |
Rotation | *Input (Optional) | Integer | Rotation of the image in degrees (0-359) |
...
Enum Value | Description |
|---|---|
None | No compression |
Fast | Fast compression |
Medium | Medium compression |
Slow | Slow and maximum compression |