'Declaration Public Function FindFieldByPartialName( _
ByVal partialNameField partial name.As System.String _
) As PdfInteractiveFormField
public PdfInteractiveFormField FindFieldByPartialName(
System.String partialName
)
public: PdfInteractiveFormField* FindFieldByPartialName(
System.String partialName
)
public:
PdfInteractiveFormField^ FindFieldByPartialName(
System.String partialName
)
Parameters
- partialName
- Field partial name.
Return Value
A PdfInteractiveFormField object instance if field is found; otherwise, null.