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