SelectAnnotation Method

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Adds the specified annotation to the list of selected annotations. If the annotation cannot be selected, this method returns false.

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

Syntax

C#
public bool SelectAnnotation(
	Annotation annotation
)
Visual Basic
Public Function SelectAnnotation ( _
	annotation As Annotation _
) As Boolean
Visual C++
public:
bool SelectAnnotation(
	Annotation^ annotation
)

Parameters

annotation
Type: PDFTron.SilverDox.Documents.Annotations..::..Annotation
The annotation to select

Return Value

[Missing <returns> documentation for "M:PDFTron.SilverDox.Documents.Annotations.AnnotationManager.SelectAnnotation(PDFTron.SilverDox.Documents.Annotations.Annotation)"]

See Also