AnnotationDataGetAllExtraProperties Method |
Returns a Dictionary containing the key value pairs for extra properties.
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public 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