Apitron.PDF.Kit library for .NET
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
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
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
Exception | Condition |
---|---|
ArgumentException | If fieldName is null or empty. |
See Also