PDFReaderControls.NET Standard Class Reference

PagesViewer.PrePaint Event

Raised before the control has been painted. Handle this event to draw custom graphics beneath the pages on the control.

public event PaintEventHandler PrePaint;

Remarks

If the PageBackColor is fully opaque, then the graphics drawn in the PrePaint event handler will not be visible.

See Also

PagesViewer Class | TallComponents.PDF.ReaderControls Namespace