Updates the control so that it matches the papersize in the PagePrintSettings.

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

Syntax

C#
protected override void OnInvalidated(
	InvalidateEventArgs e
)
Visual Basic
Protected Overrides Sub OnInvalidated ( _
	e As InvalidateEventArgs _
)

Parameters

e
Type: System.Windows.Forms..::..InvalidateEventArgs

[Missing <param name="e"/> documentation for "M:TallComponents.Interaction.WinForms.Controls.PaperSizeListControl.OnInvalidated(System.Windows.Forms.InvalidateEventArgs)"]

See Also