|
TRVPrint.GetFooterRect |
Top Previous Next |
|
Returns coordinates of the page footer, pixels function GetFooterRect: TRect; (introduced in version 1.7) If the footer is empty, the function returns an empty rectangle (Rect(0,0,0,0)). This function may be called only when the document is prepared for printing (see FormatPages). This function can be used in OnPagePrepaint and OnPagePostpaint events. See also: |