PushButton Constructor

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Initializes a new instance of the PushButton class.

Namespace:  Apitron.PDF.Kit.FlowLayout.Content.Controls
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public PushButton(
	string fieldName,
	Action action
)

Parameters

fieldName
Type: SystemString
The name of the PushbuttonField to create this button for.
action
Type: Apitron.PDF.Kit.Interactive.ActionsAction
Еhe action that will be executed when this button is clicked.
Exceptions

ExceptionCondition
ArgumentExceptionIf fieldName is null or empty.
See Also

Reference