Click or drag to resize

AnnotationDataGetExtraProperty Method

Returns the value stored with SetExtraProperty(String, String).

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 string GetExtraProperty(
	string key
)

Parameters

key
Type: SystemString
Key name of the value requested.

Return Value

Type: String
The object with the given key name, null if it doesn't exist.
See Also

Reference

SetExtraProperty Method