FdfTemplateRename Property

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
Gets or sets a flag that shall specify whether fields imported from the template shall be renamed in the event of name conflicts with existing fields. The names of fields imported from a template can sometimes conflict with those of existing fields in the target document. This can occur, for example, if the same template page is imported more than once or if two different templates have fields with the same names. Default value: true.

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 bool Rename { get; set; }

Property Value

Type: Boolean
See Also

Reference