Click or drag to resize

PdfPageCollectionOnPageInserted Method

Raises the PageInserted event.

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
protected virtual void OnPageInserted(
	PageCollectionChangedEventArgs e
)

Parameters

e  PageCollectionChangedEventArgs
An PageCollectionChangedEventArgs that contains the event data.
See Also