Click or drag to resize

DocumentUploadingEventArgsConvertXfaForm 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: 3.43.0.0 (3.43.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 DataUploaded contains an XFA form.

See Also