Click or drag to resize

PdfButtonAppearanceGetIcon Method

Gets the icon for the specified appearance trigger.

Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntax
public PdfForm GetIcon(
	PdfAppearanceTrigger trigger
)

Parameters

trigger  PdfAppearanceTrigger
The appearance trigger for which to get an icon.

Return Value

PdfForm
An icon for the specified appearance trigger.
See Also