GetAllChangedAnnotations Method

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Gets a Dictionary of changed annotations and how they were changed

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

Syntax

C#
public IDictionary<Annotation, AnnotationManager..::..TypeOfChange> GetAllChangedAnnotations()
Visual Basic
Public Function GetAllChangedAnnotations As IDictionary(Of Annotation, AnnotationManager..::..TypeOfChange)
Visual C++
public:
IDictionary<Annotation^, AnnotationManager..::..TypeOfChange>^ GetAllChangedAnnotations()

Return Value

[Missing <returns> documentation for "M:PDFTron.SilverDox.Documents.Annotations.AnnotationManager.GetAllChangedAnnotations"]

See Also