FieldGetPartialName Method |
Gets the partial name.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public string GetPartialName()
Public Function GetPartialName As String
public:
virtual String^ GetPartialName() sealed
function 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