Click or drag to resize

DocumentAppendType Enumeration

Type of append associated with the applicable document append event (e.g. DocumentAppendingEventArgs).

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public enum DocumentAppendType
Members
  Member nameValueDescription
Data0 A PDF file or other data is being appended (DataToAppend contains this data).
Document1 A PdfDocument is being appended (DocumentToAppend contains its DocumentID).
See Also