Class TWPPrintParameter
Hierarchy
System.TObject | System.Classes.TPersistent | TWPPrintParameter
Description
The TWPPrintParameter contains a selection of print options which must be defined before the time the printing takes place, since they change the way the formatting works. If you change any of the header/footer selection properties a ReformatAll is required.Upgrade note: The procedures which used to be in 'PrintParameter' are now defined in TWPCustomRtfEdit. The PrintHeaderFooterOnLastPage property has been replaced by several properties which allow the selection of header and footer individual for first, all and last page. Please also note the new property PrintHeaderFooter=wprUseOnlyALLPAGEStext which can be used to override the "rage" selection which was defined for header and footer texts. It also switches off use of the OnGetSpecialText event.
Properties
Property AllPagePaperSource : Integer
Property DuplexMode : TWPDuplexMode
Property FirstPagePaperSource : Integer
Property PageList : string
Property PageRange : TWPPageRange
Property PageSides : TWPPageSides
Property PrintFooterAllPages : TWPPrintHeaderFooterPageOpt
Property PrintFooterFirstPage : TWPPrintHeaderFooterPageOpt
Property PrintFooterLastPage : TWPPrintHeaderFooterPageOpt
Property PrintHeaderAllPages : TWPPrintHeaderFooterPageOpt
Property PrintHeaderFirstPage : TWPPrintHeaderFooterPageOpt
Property PrintHeaderFooter : TWPPrintHeaderFooter
Property PrintHeaderLastPage : TWPPrintHeaderFooterPageOpt
Property PrintOptions : TWPPrintOptions
Property PrintTitle : string
Property PrintXOffset : Integer
Property PrintYOffset : Integer
Property RespectPhysicalMargins : Boolean
Methods
Used or referenced by
-Property TWPRTFDataCollectionBase.PrintParameter : TWPPrintParameter |