AnnotationDataGetAllExtraProperties Method |
Returns a Dictionary containing the key value pairs for extra properties.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic virtual Dictionary<string, string> GetAllExtraProperties()
Public Overridable Function GetAllExtraProperties As Dictionary(Of String, String)
Return Value
Type:
DictionaryString,
String A Dictionary containing the key value pairs.
See Also