| Member | Value | Description |
|---|---|---|
| PDF_ImageFitGravityBottom | 64 | Align the bottom edge of the image with the bottom edge of the destination rectangle. |
| PDF_ImageFitGravityLeft | 8 | Align the top edge of the image with the top edge of the destination rectangle. |
| PDF_ImageFitGravityRight | 32 | Align the right edge of the image with the right edge of the destination rectangle. |
| PDF_ImageFitGravityTop | 16 | Align the left edge of the image with the left edge of the destination rectangle. |
| PDF_ImageFitGrow | 4 | Grow the image, if necessary, to fit within the destination rectangle. |
| PDF_ImageFitNone | 0 | No fit setting. |
| PDF_ImageFitShrink | 2 | Shrink the image, if necessary, to fit within the destination rectangle. |
| PDF_ImageFitStretch | 1 | Stretch the image to completely fill the destination rectangle without retaining the aspect ratio of the source image. |