Click or drag to resize

DocumentAppendingEventArgsThrowXfaFormException Property

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

Namespace:  RadPdf.Integration
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.

This property has no effect unless AppendType is Data.

See Also