 | PdfFieldAlternateName Property |
Gets or sets alternate field name.
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntaxpublic 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
Type:
String
RemarksAn 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