DocumentAppendingEventArgsIncludeForm Property |
Namespace: RadPdf.Integration
Setting this property to false will remove all form fields from the DataToAppend or DocumentToAppend.
Setting this property to true will force the server to include form fields when appending. This may cause unintended issues if the existing document and DataToAppend / DocumentToAppend both contain form fields with the same name. Form fields with the same name will be bound to eachother, all having the same value. If form fields with the same name are of a different type, one of the two may be removed. Additionally, if AppendType is Document, if a field of a name was deleted (or unlocked) in either the original or appended document, this may delete all fields of that name in the resulting document.
This property is always true if AppendType is Document.