TSRVPrint.PageHeightPix

<< Click to display table of contents >>

TSRVPrint.PageHeightPix

The poster height, pixels

property PageHeightPix: Extended;

Posters are printed if PrintMode = srvpPoster.

A value of this property can be assigned or calculated. The formula PageHeightPix = Ceil(FrameCountY)*FrameHeightPix is used.

Assigning to this property resets PageFormat to srvfmCustom.

Assigning any value (except for srvfmCustom) to PageFormat changes a value of this property.

Assigning to FrameCountY changes value of this property.

See also:

PageWidthPix

the picture in the topic about TSRVPrint