DocumentAppendingEventArgsConvertXfaForm 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.48.0.0 (3.48.0.0)
Syntax public bool ConvertXfaForm { get; set; }
Public Property ConvertXfaForm As Boolean
Get
Set
Property Value
Type:
Booleantrue 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