This method can be used to begin a properties bulk updat .

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

Syntax

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

Remarks

Notice that you should call EndUpdate when the bulk update is ready. You can nest BeginUpdate / EndUpdate pairs.

See Also