PdfAnnotationActions
GotFocus Property
|
Gets or sets the action to be performed when the annotation receives 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 GotFocus { get; set; }
Public Property GotFocus As PdfAction
Get
Set
public:
property PdfAction^ GotFocus {
PdfAction^ get ();
void set (PdfAction^ value);
}
member GotFocus : PdfAction with get, set
Property Value
Type:
PdfAction
The got focus action.
See Also