Click or drag to resize

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: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool RequiresDynamicFormRendering { get; }

Property Value

Type: Boolean
true if the document requires dynamic form rendering; otherwise, false.
See Also