Click or drag to resize

ObjectDataAdder Enumeration

Type of object data source which raised the applicable object data add event (e.g. ObjectDataAddingEventArgs).

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public enum ObjectDataAdder
Members
  Member nameValueDescription
Unknown0 The source which caused this addition is not known.
HttpUpload1 A HTTP client object data upload caused this addition.
HttpKey2 A HTTP client specified object data key caused this addition.
Server3 Server side code (e.g. the PdfDocumentEditor) caused this addition. This value is never used at this time.
See Also