DocumentAppendingEventArgsThrowXfaFormException Property |
Namespace:
RadPdf.Integration
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public bool ThrowXfaFormException { get; set; }
Public Property ThrowXfaFormException As Boolean
Get
Set
Property Value
Type:
Booleantrue 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