HotPDF Developer Reference
Delphi and C++Builder PDF component help
|
TTIFFPaintType |
Top Previous Next |
|
Determines TIFF image paint type.
type TTIFFPaintType = (tptResizePage, tptResizeImage);
Value Meaning tptResizePage Document page will be resized to image size. tptResizeImage Image will be resized to page size. |