ExaminerResultsHasForm Property |
Gets a value indicating whether the document contains an AcroForm.
Namespace:
Atalasoft.PdfDoc.Examiner
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic bool HasForm { get; }Public ReadOnly Property HasForm As Boolean
Get
Property Value
Type:
Booleantrue if the document contains an AcroForm; otherwise,
false.
See Also