| PdfFieldAlternateName Property |
Gets or sets alternate field name.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax public string AlternateName { get; set; }
Public Property AlternateName As String
Get
Set
public:
property String^ AlternateName {
String^ get ();
void set (String^ value);
}
member AlternateName : string with get, set
/** @property */
public String get_AlternateName()
/** @property */
public void set_AlternateName(String value)
function get_AlternateName();
function set_AlternateName(value);
Property Value
StringRemarks 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