 | PdfInteractiveFormsIsValidField Method |
Determines that specified Field is a valid Field from the hierarchy of documents fields
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.111.2704
Syntaxpublic bool IsValidField(
PdfField field
)
Public Function IsValidField (
field As PdfField
) As Boolean
public:
bool IsValidField(
PdfField^ field
)
member IsValidField :
field : PdfField -> bool public boolean IsValidField(
PdfField field
)
function IsValidField(field);
Parameters
- field PdfField
- Field objects.
Return Value
BooleanTrue if the specified Field is present in the list of fields of the document or False otherwise.
See Also