Click or drag to resize

PdfFieldActions LostFocus Property

Gets or sets the action to be performed when the field loses the input focus.

Namespace: Spire.Pdf.Actions
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public PdfAction LostFocus { get; set; }

Property Value

Type: PdfAction
Adescendant specifying the action to be executed when the field losts the input focus.
See Also