Click or drag to resize

DocumentAppender Enumeration

Type of document data source which raised 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 DocumentAppender
Members
  Member nameValueDescription
Unknown0 The source which caused this appending is not known.
HttpUpload1 A HTTP client document data upload caused this appending.
HttpKey2 A HTTP client specified object data key caused this addition.
Server3 Server side code (e.g. the PdfDocumentEditor) caused this appending. This value is never used at this time.
See Also