PdfFieldNamingMode Enumeration
Specifies how PDF field names are generated from HTML form controls
Namespace: EvoPdf.NextAssembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
public enum PdfFieldNamingMode
| FullyQualified | 0 |
Generates fully qualified field names that are stable and unique across multiple forms
|
| PreserveHtmlNamesWhenSafe | 1 |
Preserves original HTML field names when they are safe to use, otherwise falls back to generated names
|
| PreserveHtmlNames | 2 |
Preserves original HTML field names whenever possible, even if this increases the risk of collisions
|