The DrawingElementEventArgs type exposes the following members.

Constructors

  Name Description
Public method DrawingElementEventArgs
Initializes a new instance of a DrawingElementEventArgs.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Properties

  Name Description
Public property Bounds
Gets the coordinates, in logical pixels, of the element being rendered.
Public property DocumentTransform
Gets the Transform used to convert coordinates between logical pixels and PDF page units (points).
Public property Element
Gets a reference to the element being rendered.
Public property Handled
Gets or sets a value that determines whether the event handler has rendered the element.
Public property Root
Gets a reference to the root of the element being rendered.

See Also