|
TRVPrint.GetHeaderRect |
Top Previous Next |
|
Returns coordinates of the page header, pixels function GetHeaderRect: TRect; (introduced in version 1.7) If the header 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: |