| Constant | Defined By | ||
|---|---|---|---|
| FIT_TO_PAGE : String = FitToPage [static]
Resizes the image so that it fits the page dimensions. | Mode | ||
| NONE : String = None [static]
No resizing behavior involved. | Mode | ||
| RESIZE_PAGE : String = ResizePage [static]
Resizes the page to the image dimensions. | Mode | ||
| FIT_TO_PAGE | Constant |
public static const FIT_TO_PAGE:String = FitToPageResizes the image so that it fits the page dimensions. This will never stretch your image.
| NONE | Constant |
public static const NONE:String = NoneNo resizing behavior involved.
| RESIZE_PAGE | Constant |
public static const RESIZE_PAGE:String = ResizePageResizes the page to the image dimensions. White margins will be preserved. Use PDF.setMargins() to modify them.