PdfFieldNamingMode Enumeration
Specifies how PDF field names are generated from HTML form controls
Namespace: HiQPdf.NextAssembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
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
|