Click or drag to resize

PdfCollection AddCustomField Method

Add a custom field.

Namespace: Spire.Pdf.Collections
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void AddCustomField(
	string fieldName,
	string displayText,
	CustomFieldType fieldType
)

Parameters

fieldName
Type: System String
Custom field name.
displayText
Type: System String
Custom field display name.
fieldType
Type: Spire.Pdf.Collections CustomFieldType
Custom field type.
See Also