AnnotationsEventArgs Constructor

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Constructs a new instance of AnnotationsEventArgs.

Namespace: PDFTron.SilverDox.Documents.Annotations
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public AnnotationsEventArgs(
	List<Annotation> annotations
)
Visual Basic
Public Sub New ( _
	annotations As List(Of Annotation) _
)
Visual C++
public:
AnnotationsEventArgs(
	List<Annotation^>^ annotations
)

Parameters

annotations
Type: System.Collections.Generic..::..List<(Of <(<'Annotation>)>)>

[Missing <param name="annotations"/> documentation for "M:PDFTron.SilverDox.Documents.Annotations.AnnotationsEventArgs.#ctor(System.Collections.Generic.List{PDFTron.SilverDox.Documents.Annotations.Annotation})"]

See Also