FdfField Constructor

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

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 FdfField(
	string fieldName,
	FdfFieldType fieldType
)

Parameters

fieldName
Type: SystemString
Name of the field.
fieldType
Type: Apitron.PDF.Kit.Interactive.FormsDataFdfFieldType
Type of the field.
See Also

Reference