PdfFieldNamingMode Enumeration

Specifies how PDF field names are generated from HTML form controls

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public enum PdfFieldNamingMode

Members

FullyQualified0 Generates fully qualified field names that are stable and unique across multiple forms
PreserveHtmlNamesWhenSafe1 Preserves original HTML field names when they are safe to use, otherwise falls back to generated names
PreserveHtmlNames2 Preserves original HTML field names whenever possible, even if this increases the risk of collisions

See Also