Click or drag to resize

CPDFWidgetGetFieldName Method

Gets internal name for the field. If multiple forms have the same internal name, these forms are seen as one list, and their action affect each other. For example, in the CheckBox and Radiobutton list, when a form is set to be selected, others are set to be unselected.

Namespace:  ComPDFKit.PDFAnnotation.Form
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public string GetFieldName()

Return Value

Type: String
Returns name of form list
See Also