Skip to content

PDFPageRenderingCompletedEventArgs

Namespace: O2S.Components.PDF4NET.Rendering

Defines the arguments for the PDFDocumentRenderer.PageRenderingCompleted event.

public class PDFPageRenderingCompletedEventArgs : System.EventArgs

Inheritance ObjectEventArgsPDFPageRenderingCompletedEventArgs

Properties

Cancel

Gets or sets a flag indicating whether the following pages should be rendered or not.

public bool Cancel { get; set; }

Property Value

Boolean


PageNumber

Gets the page number.

public int PageNumber { get; }

Property Value

Int32

Remarks

The number of the page that was rendered.