ImageEn, unit imageenio

TIOPrintPreviewParams


Declaration

TIOPrintPreviewParams = class;


Description

This class provides access to the properties of the Print Preview dialog.


Methods and Properties

Storage Handling
Public Method  GetProperty
Public Method  LoadFromFile
Public Method  LoadFromIniFile
Public Method  LoadFromRegistry
Public Method  LoadFromStream
Public Method  SaveToFile
Public Method  SaveToIniFile
Public Method  SaveToRegistry
Public Method  SaveToStream
Public Method  SetProperty

General Settings
Public Property  Gamma
Public Property  Height
Public Property  MarginBottom
Public Property  MarginLeft
Public Property  MarginRight
Public Property  MarginTop
Public Property  Position
Public Method  Reset
Public Property  Size
Public Property  Width

TImageEnMIO.DoPrintPreviewDialog Settings
Public Property  DlgMaximized
Public Property  DlgWidth
Public Property  DlgHeight
Public Property  MaxiDlgMaximized
Public Property  MaxiDlgWidth
Public Property  MaxiDlgHeight
Public Property  PrintSelected
Public Property  PrintThumbnails
Public Property  ThumbnailColumns
Public Property  ThumbnailRows
Public Property  ThumbnailSpacing
Public Property  ThumbnailStyle
Public Property  ThumbnailShowText

TImageEnMIO.DoSavePreviewDialog Settings
Public Property  ContactSheetWidth
Public Property  ContactSheetHeight
Public Property  ContactSheetMargins
Public Property  ContactSheetSpacing
Public Property  HeadingColor
Public Property  HeadingSize


Example

// Show "Maxi" Print Preview, but not maximized
ImageEnView1.IO.PrintPreviewParams.MaxiDlgMaximized := False;
ImageEnView1.IO.DoPrintPreviewDialog( iedtMaxi );