TFaxHeaderInfo Class Reference

class TFaxHeaderInfo

Fax header line information.

Contains the information needed to generate a fax header line from a font bitmap line and a header line template. For a detailed discussion of how this class interacts with others to generate the fax header line.

In pre-v5.1 releases of Symbian OS, this class was defined in faxstore.h.

The iOffset members specify an offset in a TRawScanLine. In other words, the offsets are specified in bytes rather than in characters or bits.

Member Data Documentation

TInt iHeaderFontHeightInLines

TInt iHeaderFontHeightInLines

Height of the font in lines.

TInt iHeaderFontWidthInBytes

TInt iHeaderFontWidthInBytes

Width of the font in bytes.

TInt iOffsetToCurrentPage

TInt iOffsetToCurrentPage

Offset to two digits for current page.

TInt iOffsetToDay

TInt iOffsetToDay

Offset to two digit day of month.

TInt iOffsetToHour

TInt iOffsetToHour

Offset to two digits hour (24 hour clock).

TInt iOffsetToMinute

TInt iOffsetToMinute

Offset to two digits minute.

TInt iOffsetToMonth

TInt iOffsetToMonth

Offset to two digits month of year.

TInt iOffsetToTotalPages

TInt iOffsetToTotalPages

Offset to two digits for total pages.

TInt iOffsetToYear

TInt iOffsetToYear

Offset to four digits year.