Click or drag to resize

DocumentUploadingEventArgsThrowXfaFormException Property

Gets or sets a value indicating whether a RadPdfPdfProcessingXfaFormException should be thrown when uploading a PDF which contains an XFA form and ConvertXfaForm is false.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.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