 | PdfInteractiveFormsIsValidControl Method |
Determines that specified Control is a valid Control
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.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 PdfControl
- Control object.
Return Value
BooleanTrue if the specified Field is present in the list of fields of the document or False otherwise.
See Also