Click or drag to resize

PdfButtonAppearanceSetIcon Method

Sets the icon for the specified appearance trigger.

Namespace: SautinSoft.Pdf.Forms
Assembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntax
public void SetIcon(
	PdfAppearanceTrigger trigger,
	PdfForm value
)

Parameters

trigger  PdfAppearanceTrigger
The appearance trigger for which to set the icon.
value  PdfForm
The icon to set for the specified appearance trigger.
See Also