Click or drag to resize

PdfFieldAlternateName Property

Gets or sets alternate field name.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public string AlternateName { get; set; }

Property Value

String
Remarks

An alternate field name to be used in place of the actual field name wherever the field must be identified in the user interface (such as in error or status messages referring to the field). This text is also useful when extracting the document’s contents in support of accessibility to users with disabilities or for other purposes.

Partial field names cannot contain a period.

See Also