ExaminerResultsRequiresDynamicFormRendering Property |
Gets a value indicating whether requires dynamic form rendering. Typically, this is set when a document
contains an XFA form and has embedded form data that has not yet been converted into PDF content.
Namespace:
Atalasoft.PdfDoc.Examiner
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic bool RequiresDynamicFormRendering { get; }Public ReadOnly Property RequiresDynamicFormRendering As Boolean
Get
Property Value
Type:
Booleantrue if the document requires dynamic form rendering; otherwise,
false.
See Also