Click or drag to resize

DocumentAppendingEventArgs.ConvertXfaForm Property

Gets or sets a value indicating whether RAD PDF should convert XFA PDF forms to the more commonly used AcroForms standard.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 4.2.0.0 (4.2.0.0)
Syntax
public bool ConvertXfaForm { get; set; }

Property Value

Type: Boolean
true XFA forms, when possible, will be converted to the more commonly used AcroForms standard; otherwise false. The default is true.
Remarks

It is highly recommended to use the default value of true.

If true and RAD PDF recognizes the input as an XFA form, RAD PDF will convert the form to the more commonly used AcroForms standard.

If false and ThrowXfaFormException is true, RAD PDF will throw an error if the DataToAppend contains an XFA form.

This property has no effect unless AppendType is Data.

See Also
This website uses cookies to identify your session and other necessary functions. By using this website, you are agreeing to our Terms of Use and Privacy Policy (updated April 26 2021).
Learn About Cookies
Got it!