Click or drag to resize

ObjectDataAddingEventArgs Class

A class containing the event data passed to a PdfIntegrationProvider instance when OnObjectDataAdding(ObjectDataAddingEventArgs) is called.
Inheritance Hierarchy

Namespace:  RadPdf.Integration
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public class ObjectDataAddingEventArgs : DocumentCancelEventArgs

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 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
Methods
  NameDescription
Public methodGetDocumentOverhead
Gets a value representing the current document overhead.
Top
See Also