Click or drag to resize

FdfFieldItem Constructor

Initialize new instance of the FdfFieldItem structure.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public FdfFieldItem(
	string name,
	string[] values
)

Parameters

name  String
The FullName of the field in the FdfDocument
values  String
An array of values of the field.
See Also