ObjectDataAddingEventArgs Properties |
The ObjectDataAddingEventArgs type exposes the following members.
Name | Description | |
---|---|---|
ApplyExifOrientation | ||
Cancel | Gets or sets a value indicating whether the event should be canceled. (Inherited from CancelEventArgs.) | |
CancelMessage |
Gets or sets a value representing the cancel message displayed to the client if Cancel is true.
| |
Data |
Gets or sets a value representing the PdfObject data to be added (typically an image via user upload).
| |
DataAdder |
Gets a value indicating the source which is adding PdfObject data.
| |
DocumentID |
Gets a value representing the DocumentID associated with this event as an Int32.
(Inherited from DocumentCancelEventArgs.) | |
DocumentKey |
Gets a value representing the DocumentKey associated with this event as a String.
(Inherited from DocumentCancelEventArgs.) | |
IsLiteDocument |
Gets a value indicating whether this document is a Lite Document (created with PdfWebControlLite) or not (and hence created with PdfWebControl).
(Inherited from DocumentCancelEventArgs.) | |
LiteSession |
Gets the PdfLiteSession associated with this Lite Document.
(Inherited from DocumentCancelEventArgs.) | |
PdfObjectType |
Gets a value representing the type of PdfObject associated with this event.
|