The IOPrintPreviewParams type exposes the following properties.
Properties
| Member | Description | |
|---|---|---|
| DlgHeight |
The Height of the Preview dialog in pixels or zero for the default size. IEImageList only.
| |
| DlgWidth |
The width of the Preview dialog in pixels or zero for the default size. IEImageList only.
| |
| Gamma |
Specifies the gamma value.
| |
| Height |
Specifies the image height when Size=IOSize.SpecifiesSize.
| |
| MarginBottom |
Get/set the bottom margin.
| |
| MarginLeft |
Get/set the left margin.
| |
| MarginRight |
Get/set the right margin.
| |
| MarginTop |
Get/set the top margin.
| |
| Position |
Specifies the image positilon in preview dialog.
| |
| PrintSelected |
Default to printing the images selected in the associated TImageEnMView instead of printing all images. IEImageList only.
| |
| PrintThumbnails |
Default to printing of thumbnails. IEImageList only.
| |
| Size |
Specifies the image size in preview dialog.
| |
| ThumbnailColumns |
Number of thumbnail columns per page. IEImageList only.
| |
| ThumbnailRows |
Number of thumbnail rows per page. IEImageList only.
| |
| ThumbnailShowText |
Whether the caption from items in a IEImageList is included when printing thumbnails. IEImageList only.
| |
| ThumbnailSpacing |
Spacing between each thumbnail in inches or CM depending on IEImageList.DialogsMeasureUnit. IEImageList only.
| |
| ThumbnailStyle |
Style of printed thumbnails. IEImageList only.
| |
| Width |
Specifies the image width when Size=IOSize.SpecifiesSize.
|