PdfPageRenderedEventArgs Class
Definition
Provides data for the Avalonia.Controls.PdfViewer.PageRendered event.
public class PdfPageRenderedEventArgs
Constructors
| Name | Description |
|---|---|
| PdfPageRenderedEventArgs | Initializes a new instance of the Avalonia.Controls.PdfPageRenderedEventArgs class. |
PdfPageRenderedEventArgs Constructor
Initializes a new instance of the Avalonia.Controls.PdfPageRenderedEventArgs class.
public PdfPageRenderedEventArgs(int pageIndex)
Parameters
pageIndex int
Properties
| Name | Description |
|---|---|
| PageIndex | Gets the 0-based index of the page whose bitmap was rendered. |
| PageNumber | Gets the 1-based page number whose bitmap was rendered. |
PageIndex Property
Gets the 0-based index of the page whose bitmap was rendered.
public int PageIndex { get; set; }
PageNumber Property
Gets the 1-based page number whose bitmap was rendered.
public int PageNumber { get; set; }