Click or drag to resize

PdfButtonAppearanceSetLabel Method

Sets the label for the specified appearance trigger.

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

Parameters

trigger  PdfAppearanceTrigger
The appearance trigger for which to set the label.
value  String
The label to set for the specified appearance trigger.
See Also