TCustomRVPrint.EndAt (read-only)

<< Click to display table of contents >>

TCustomRVPrint.EndAt (read-only)

Height of document on the last page, in device pixels.

property EndAt: TRVCoord;

This property does not include margins.

You can use this property only when document is completely formatted (see FormatPages for TRVPrint, Init and FormatNextPage for TRVReportHelper).

For TRVReportHelper, you can use GetLastPageHeight instead (it's more convenient, because it includes top and bottom margins).

See also properties:

StartAt.