PdfDocumentEditorCheckRequiredFields Method |
Check that all required form fields are completed.
Namespace:
RadPdf.Data.Document
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public bool CheckRequiredFields()
Public Function CheckRequiredFields As Boolean
Return Value
Type:
Booleantrue if all required fields have been completed; otherwise
false.
See Also