Click or drag to resize

PdfInteractiveFormsGetDefaultAppearance Method

Get the default field's text size, colors and font.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntax
public bool GetDefaultAppearance(
	out FS_COLOR strokeColor,
	out FS_COLOR fillColor,
	out PdfFont font,
	out float fontSize,
	out FS_MATRIX matrix
)

Parameters

strokeColor  FS_COLOR
Stroke Color. Transparent if not specified/
fillColor  FS_COLOR
Fill color. Transparent if not specified.
font  PdfFont
Font.
fontSize  Single
Font size. 0 - auto size.
matrix  FS_MATRIX
Matrix.

Return Value

Boolean
False if the default appearance is missing or incorrect.
See Also