DocumentAppender Enumeration |
Namespace:
RadPdf.Integration
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public enum DocumentAppender
Public Enumeration DocumentAppender
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
The source which caused this appending is not known.
|
| HttpUpload | 1 |
A HTTP client document data upload caused this appending.
|
| HttpKey | 2 |
A HTTP client specified object data key caused this addition.
|
| Server | 3 |
Server side code (e.g. the PdfDocumentEditor) caused this appending.
This value is never used at this time.
|
See Also