PDFReaderControls.NET Standard Class Reference

PagesViewer.OnKeyPress Method 

Raises the KeyPress event.

protected override void OnKeyPress(
   KeyPressEventArgs e
);

Parameters

e
The KeyPress 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