PDFReaderControls.NET Standard Class Reference

PagesViewer.OnKeyDown Method 

Raises the KeyDown event.

protected override void OnKeyDown(
   KeyEventArgs e
);

Parameters

e
The KeyDown event data.

Remarks

The Handled property of the event data will be set to true if the pages viewer handles the key.

See Also

PagesViewer Class | TallComponents.PDF.ReaderControls Namespace