 | PdfiumFPDFFormField_GetAlternateName Method |
Get alternate field name.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic static string FPDFFormField_GetAlternateName(
IntPtr frmField
)
Public Shared Function FPDFFormField_GetAlternateName (
frmField As IntPtr
) As String
public:
static String^ FPDFFormField_GetAlternateName(
IntPtr frmField
)
static member FPDFFormField_GetAlternateName :
frmField : IntPtr -> string
public static String FPDFFormField_GetAlternateName(
IntPtr frmField
)
Patagames.Pdf.Pdfium.FPDFFormField_GetAlternateName = function(frmField);
Parameters
- frmField IntPtr
- Handle to field. Returned by FPDFInterForm_GetField(IntPtr, Int32, String) function./
Return Value
StringString what contains alternate field name.
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.
See Also