Click or drag to resize

PdfInteractiveFormsSetDefaultAppearance Method

Set the font to the DA (default appearance) entry of acroforms dictionary.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntax
public void SetDefaultAppearance(
	PdfFont font = null,
	float fontSize = 0f,
	FS_COLOR? color = null
)

Parameters

font  PdfFont  (Optional)
The font to set. if null Helvetica is used.
fontSize  Single  (Optional)
The font size. 0 means autosize.
color  NullableFS_COLOR  (Optional)
The font color. If null Black is used.
See Also