Parameter | Description |
---|---|
DestBitmap | Destination bitmap where to paint the preview. Resizes DestBitmap as needed |
MaxBitmapWidth | Maximum destination bitmap width. Preview will be stretched to match this size |
MaxBitmapHeight | Maximum destination bitmap height. Preview will be stretched to match this size |
Printer | This is the Printer object. PreviewPrintImage need it to get printer settings, such as orientation or page sizes |
MarginLeft | Left page margin in inches. Specying zero causes no margin to be used |
MarginTop | Top page margin in inches. Specying zero causes no margin to be used |
MarginRight | Right page margin in inches. Specying zero causes no margin to be used |
MarginBottom | Bottom page margin in inches. Specying zero causes no margin to be used |
VerticalPos | Determines how the image vertically aligns within the page |
HorizontalPos | Determines how the image horizontally aligns within the page |
Size | How the image should be sized for printing |
SpecWidth | The absolute width of the image in inches if Size = iesSpecifiedSize. The number of pages wide if Size = iesMultiplePages |
SpecHeight | The absolute height of the image in inches if Size = iesSpecifiedSize. The number of pages high if Size = iesMultiplePages |
GammaCorrection | The gamma correction value, use 1.0 to disable gamma correction |
PrintAnnotations | If true and the image contains imaging or ImageEn annotations they will be printed |
PrintLayers | If true and the attached TImageEnView image contains multiple layers, they will be printed. If False, only the image (i.e. current layer) is printed |
Heading | Specifies the heading to print at the top of the page |
HeadingHeight | The height of the heading, as a PERCENTAGE of the overall page height, e.g. 5 will make the heading 5% of the page height |
HeadingColor | Specifies the color of the heading text |
PreviewPage | Specifies the page to preview if if Size = iesMultiplePages |