PdfHtmlTemplatePageNumbersBoldItalicFont Property

Gets or sets the default bold italic font used for page numbers. If not set but PageNumbersFont is set, that font will be used as a fallback. If PageNumbersFont is not set either, a default bold italic font will be used

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
C#
public PdfBaseFont PageNumbersBoldItalicFont { get; set; }

Property Value

PdfBaseFont

See Also