Click or drag to resize

PdfDocumentLoadedProgress Delegate

A delegate that will be called when a page has been loaded in the document.

Namespace:  Atalasoft.PdfDoc
Assembly:  Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public delegate void PdfDocumentLoadedProgress(
	int currentPageNumber,
	int currentPageIndex,
	int totalPages
)

Parameters

currentPageNumber
Type: SystemInt32
The current page number of the page loaded relative to the document.
currentPageIndex
Type: SystemInt32
Indicates the total number of pages loaded so far.
totalPages
Type: SystemInt32
The total number of pages that will be loaded.
See Also