AnnotationDataGetExtraProperty Method |
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
)
Public Overridable Function GetExtraProperty (
key As String
) As String
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