Gets or sets the System.Windows.Forms.ImageList that contains the icons for the bookmark nodes in this viewer.

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

Syntax

C#
public ImageList ImageList { get; set; }
Visual Basic
Public Property ImageList As ImageList
	Get
	Set

Remarks

Handle the SetBookmarkIcon event to set the IconIndex per bookmark.

See Also