EPOC   SDK Home Glossary Indexes Previous Next Up

TFaxHeaderInfo class


Contents


TFaxHeaderInfo class — Fax header line information

Section Contents


Overview

Defined in

faxstore.h

Description

This class 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, see Fax header line API.


Data members

TInt iHeaderFontHeightInLines

Height of font in lines.

TInt iHeaderFontWidthInBytes

Width of font in bytes.

TInt iOffsetToCurrentPage

Offset to two digits for current page.

TInt iOffsetToDay

Offset to two digit day of month.

TInt iOffsetToHour

Offset to two digits hour (24 hour clock).

TInt iOffsetToMinute

Offset to two digits minute.

TInt iOffsetToMonth

Offset to two digits month of year.

TInt iOffsetToTotalPages

Offset to two digits for total pages.

TInt iOffsetToYear

Offset to four digits year.

Note
EPOC       SDK Home Glossary Indexes Previous Next Up