New Header and Footer support was added for ALLText build # 1.48..

In this version the support for Automatic printing of Headers and Footers was added. This new property is accessible for the customers with the Extended Features license.  Also for printing of Headers and Footers it is necessary to set bit 4 (ATX _ PrintHeaderAndFooter = 16) in the Modifications property.

Four methods also are added:

For flags:
GetHeaderFooterFlags(short* FirstPage, short* OddAndEven)
SetHeaderFooterFlags(short FirstPage, short OddAndEven)

For margins:
GetHeaderFooterMargin(long * headerY, long * footerY)
SetHeaderFooterMargin(long headerY, long footerY)

