Click or drag to resize

AnnotationData.GetAllExtraProperties 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()

Return Value

Type: Dictionary<String, String>
A Dictionary containing the key value pairs.
See Also