Class ExportEventArgs
Provides event arguments for the PageCreated event
Inheritance
System.Object
System.EventArgs
ExportEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Export
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class ExportEventArgs : EventArgs
Constructors
ExportEventArgs(IPdfEditor, RectangleF)
Initializes a new instance of the ExportEventArgs class.
Declaration
public ExportEventArgs(IPdfEditor editor, RectangleF rectangle)
Parameters
IPdfEditor
editor
The editor object used to draw. |
System.Drawing.RectangleF
rectangle
The rectangle in which the editor draws. |
Properties
Editor
Gets the editor object used to draw.
Declaration
public IPdfEditor Editor { get; }
Property Value
IPdfEditor
|
Rectangle
Gets the rectangle in which the editor draws.
Declaration
public RectangleF Rectangle { get; }
Property Value
System.Drawing.RectangleF
|