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:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.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 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
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetDocumentOverhead
Gets a value representing the current document overhead.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also