Click or drag to resize

ObjectDataAddingEventArgs Properties

The ObjectDataAddingEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyApplyExifOrientation
Gets or sets a value indicating whether any EXIF (exchangeable image file format) orientation specified in the Data should be applied to image data and used as the default image orientation for the PdfObject.
Public propertyCancel
Gets or sets a value indicating whether the event should be canceled.
(Inherited from CancelEventArgs.)
Public propertyCancelMessage
Gets or sets a value representing the cancel message displayed to the client if Cancel is true.
Public propertyData
Gets or sets a value representing the PdfObject data to be added (typically an image via user upload).
Public propertyDataAdder
Gets a value indicating the source which is adding PdfObject data.
Public propertyDocumentID
Gets a value representing the DocumentID associated with this event as an Int32.
(Inherited from DocumentCancelEventArgs.)
Public propertyDocumentKey
Gets a value representing the DocumentKey associated with this event as a String.
(Inherited from DocumentCancelEventArgs.)
Public propertyIsLiteDocument
Gets a value indicating whether this document is a Lite Document (created with PdfWebControlLite) or not (and hence created with PdfWebControl).
(Inherited from DocumentCancelEventArgs.)
Public propertyLiteSession
Gets the PdfLiteSession associated with this Lite Document.
(Inherited from DocumentCancelEventArgs.)
Public propertyPdfObjectType
Gets a value representing the type of PdfObject associated with this event.
Top
See Also