Click or drag to resize

BaseWidgetAnnotationFieldNameForExport Property

Gets or sets the field name for export. When data from a form is aggregated, if FieldNameForExport is non-null, it will be used in place of FieldName. This allows you to have field values mapped to a different name which may be more suitable for a data collection application.

Namespace:  Atalasoft.PdfDoc.Generating.Annotations
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public string FieldNameForExport { get; set; }

Property Value

Type: String
The field name for export.

Implements

IFormElementFieldNameForExport
See Also