AnnotatorGetVersion Method |
Get annotations from versions.
Namespace: GroupDocs.AnnotationAssembly: GroupDocs.Annotation (in GroupDocs.Annotation.dll) Version: 20.11.0.0 (20.11)
Syntaxpublic List<AnnotationBase> GetVersion(
Object version
)
Public Function GetVersion (
version As Object
) As List(Of AnnotationBase)
public:
List<AnnotationBase^>^ GetVersion(
Object^ version
)
member GetVersion :
version : Object -> List<AnnotationBase>
Parameters
- version
- Type: SystemObject
The version's Key of versions which you want to return
Return Value
Type:
ListAnnotationBaseThe list of annotations from specific versions. If null will return last.
See Also