A markup collection which belongs to a page inside this document, or the replies-to from an other markup.

Namespace: TallComponents.PDF.Annotations.Markups
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

Syntax

C#
public class MarkupCollection : IEnumerable<Markup>, 
	IEnumerable
Visual Basic
Public Class MarkupCollection _
	Implements IEnumerable(Of Markup), IEnumerable

Remarks

This collection is non-creatable and can be obtained through the Markups property of Page or an other Markup.

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Annotations.Markups..::..MarkupCollection

See Also