PdfButtonAppearanceGetLabel Method |
Gets the label for the specified appearance trigger.
Namespace: SautinSoft.Pdf.FormsAssembly: SautinSoft.Pdf (in SautinSoft.Pdf.dll) Version: 2026.7.1
Syntaxpublic string GetLabel(
PdfAppearanceTrigger trigger
)
Public Function GetLabel (
trigger As PdfAppearanceTrigger
) As String
Parameters
- trigger PdfAppearanceTrigger
- The appearance trigger for which to get a label.
Return Value
String
A label for the specified appearance trigger.
See Also