Raised when the viewer wants to show a particular page that is not in the current page selection.

Namespace: TallComponents.Interaction.WinForms.Controls
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public event EventHandler<ElementEventArgs<Page>> MissingPage
Visual Basic
Public Event MissingPage As EventHandler(Of ElementEventArgs(Of Page))

See Also