SignatureControl Constructor

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Initializes a new instance of the SignatureControl 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

public SignatureControl(
	string fieldName
)

Parameters

fieldName
Type: SystemString
The SignatureField name to create this element for.
Exceptions

ExceptionCondition
ArgumentExceptionIf fieldName is null or empty.
See Also

Reference