Click or drag to resize

PdfButtonAppearanceGetLabel Method

Gets the label for the specified appearance trigger.

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

Parameters

trigger  PdfAppearanceTrigger
The appearance trigger for which to get a label.

Return Value

String
A label for the specified appearance trigger.
See Also