Form.HasXfa

Form.HasXfa property

Gets a value indicating whether the document contains 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 HasXfa { get; }

See Also