Click or drag to resize

PdfWebControlThrowXfaFormException Property

Namespace:  RadPdf.Web.UI
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
See Also