Click or drag to resize

PdfLiteSettingsThrowXfaFormException Property

Namespace:  RadPdf.Lite
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public bool ThrowXfaFormException { get; set; }

Property Value

Type: Boolean
true if a RadPdfPdfProcessingXfaFormException will be thrown if the PDF contains an XFA form and ConvertXfaForm is false; otherwise false if the XFA form should be ignored. The default is true.
Remarks

If ConvertXfaForm is true, this property has no effect.

See Also