The filename and path of the file used for the thumbnail annotations (this could be the same as the image filename itself if the annotations are internal). If no file was used for annotation data, then this would be String.Empty.
Syntax
public string AnnotationsFilename {get;}
public: __property string* get_AnnotationsFilename();
'Declaration
Public ReadOnly Property AnnotationsFilename As String
'Usage
Dim instance As ThumbnailItem
Dim value As String
value = instance.AnnotationsFilename
See Also