コード例 #1
0
 /**
  * Checks if the AcroForm is valid.
  */
 public bool HasValidAcroForm()
 {
     return(acroForm.IsValid());
 }