 | PdfInteractiveFormsIsValidControl Method |
Determines that specified Control is a valid Control
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.52.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.52.2704
Syntaxpublic bool IsValidControl(
PdfControl control
)
Public Function IsValidControl (
control As PdfControl
) As Boolean
public:
bool IsValidControl(
PdfControl^ control
)
member IsValidControl :
control : PdfControl -> bool
public boolean IsValidControl(
PdfControl control
)
function IsValidControl(control);
Parameters
- control
- Type: Patagames.Pdf.NetPdfControl
Control object.
Return Value
Type:
BooleanTrue if the specified Field is present in the list of fields of the document or False otherwise.
See Also