FdfPushbuttonFieldValue Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represents a FDF Pushbutton Field value.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.Kit.Interactive.FormsDataFdfFieldValue
    Apitron.PDF.Kit.Interactive.FormsDataFdfPushbuttonFieldValue

Namespace:  Apitron.PDF.Kit.Interactive.FormsData
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public sealed class FdfPushbuttonFieldValue : FdfFieldValue

The FdfPushbuttonFieldValue type exposes the following members.

Properties

  NameDescription
Public propertyIsChecked
Gets or sets a value indicating whether this instance is checked.
Public propertySelectedItemName
Gets or sets the name of the selected item.
Public propertySelectedItems
Gets the selected items.
Top
See Also

Reference