Class HeaderFooterFont

HeaderFooterFont class

Specifies the font used for the header and footer text.

public class HeaderFooterFont

Properties

NameDescription
CharSet { get; set; }Specifies the character set of the font. Equivalent to the GDI LOGFONT lfCharSet field.
ClipPrecision { get; set; }Specifies the clipping precision of the font. Equivalent to the GDI LOGFONT lfClipPrecision field.
Escapement { get; set; }Specifies the escapement attribute of the font. Equivalent to the GDI LOGFONT lfEscapement field.
FaceName { get; set; }Specifies the type face name attribute of the font. Equivalent to the GDI LOGFONT lfFaceName field.
Height { get; set; }Specifies the height of the font. Equivalent to the GDI LOGFONT lfHeight field.
Italic { get; set; }Specifies the weight of the font. Equivalent to the GDI LOGFONT lfWeight field.
Orientation { get; set; }Specifies the orientation of the font. Equivalent to the GDI LOGFONT lfOrientation field.
OutPrecision { get; set; }Specifies the output precision attribute of the font. Equivalent to the GDI LOGFONT lfOutPrecision field.
PitchAndFamily { get; set; }Specifies the pitch and family of the font. Equivalent to the GDI LOGFONT lfPitchAndFamily field.
Quality { get; set; }Specifies the output quality of the font. Equivalent to the GDI LOGFONT lfQuality field.
StrikeOut { get; set; }Specifies whether the font is a strikeout font. Equivalent to the GDI LOGFONT lfStrikeOut field.
Underline { get; set; }Specifies whether the font is underlined. Equivalent to the GDI LOGFONT lfUnderline field.
Weight { get; set; }Specifies the weight of the font. Equivalent to the GDI LOGFONT lfWeight field.
Width { get; set; }Specifies the width of the font. Equivalent to the GDI LOGFONT lfWidth field.

See Also