FdfTemplate Constructor (FdfNamedPageReference, IEnumerableFdfField)

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Initializes a new instance of the FdfTemplate 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 FdfTemplate(
	FdfNamedPageReference pageReference,
	IEnumerable<FdfField> fields
)

Parameters

pageReference
Type: Apitron.PDF.Kit.Interactive.FormsDataFdfNamedPageReference
The page reference.
fields
Type: System.Collections.GenericIEnumerableFdfField
The fields.
See Also

Reference