The collection of currently selected glyphs. This set gets derived from the list of currently selected interactors.

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

Syntax

C#
public GlyphCollection Glyphs { get; }
Visual Basic
Public ReadOnly Property Glyphs As GlyphCollection
	Get

Remarks

A glyphcollection always contains glyphs of a single page. If the selection contains glyphs of multiple pages this property will return null.

See Also