Class PageExportedEventArgs
Provides event arguments for the PageCreated event
Inheritance
System.Object
System.EventArgs
PageExportedEventArgs
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: TelerikExport.dll
Syntax
public class PageExportedEventArgs : EventArgs
Constructors
PageExportedEventArgs(RadFixedPage, IPdfEditor)
Initializes a new instance of the PageExportedEventArgs class.
Declaration
public PageExportedEventArgs(RadFixedPage page, IPdfEditor editor)
Parameters
RadFixedPage
page
The page. |
IPdfEditor
editor
The editor of the page which is being exported. |
Properties
Editor
Gets the editor of the page which is being exported.
Declaration
public IPdfEditor Editor { get; }
Property Value
IPdfEditor
|
Page
Gets the page which is being exported.
Declaration
public RadFixedPage Page { get; }
Property Value
RadFixedPage
|