This method can be used to end the properties bulk update.

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

Syntax

C#
public void EndUpdate()
Visual Basic
Public Sub EndUpdate

Remarks

You can nest BeginUpdate / EndUpdate pairs.

See Also