Form.NeedsRendering

Form.NeedsRendering property

Gets a value indicating whether the document requires the removal of the dynamic XFA form. This property was introduced to determine if IgnoreNeedsRendering should be used to remove the XFA form in cases where the XFA form is present and NeedsRendering is false.

public bool NeedsRendering { get; }

See Also