Click or drag to resize

FDFFieldGetPartialName Method

Get partial name of the FDFField

Namespace:  pdftron.FDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public string GetPartialName()

Return Value

Type: String
a string representing the partial name of the field (e.g. "first" when "employee.name.first" is fully qualified name).
See Also