Click or drag to resize

PdfDocumentEditorCheckRequiredFields Method

Check that all required form fields are completed.

Namespace:  RadPdf.Data.Document
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public bool CheckRequiredFields()

Return Value

Type: Boolean
true if all required fields have been completed; otherwise false.
See Also