FitMethod

Applies to

PDFImage object

Description

Specifies the fitting method of the image from the PDFImage object in the target PDF document

Data type

PDFImageFitMethod.

The PDFImageFitMethod is an enumerated datatype that can hold the following values:

Enumerated Value Meaning
PDFImageFitmethod_Clip! Fit the image into a box with clipping.
PDFImageFitmethod_Entire! Fit the image into a box entirely.
PDFImageFitmethod_Meet! Fit the image into a box with proportional resizing.

Usage

In scripts

Use the FitMethod property to set whether to place the image in its original size, with clipping, or proportional resizing.