Click or drag to resize

PageRenderOnDemandEventArgs Class

A class containing the event data passed to a PdfIntegrationProvider instance when OnPageRenderOnDemand(PageRenderOnDemandEventArgs) is called.
Inheritance Hierarchy
System.ComponentModelCancelEventArgs
  RadPdf.IntegrationPageRenderOnDemandEventArgs

Namespace:  RadPdf.Integration
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.2.0.0 (4.2.0.0)
Syntax
public class PageRenderOnDemandEventArgs : CancelEventArgs

The PageRenderOnDemandEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyDocumentKey
Gets a value representing the DocumentKey associated with this event as a String.
Public propertyPageNumber
Gets a value representing the page number associated with this event as an int.
Top
See Also