AnnotationDataSetExtraProperty 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 void SetExtraProperty(
string key,
string val
)
Public Overridable Sub SetExtraProperty (
key As String,
val As String
)
Parameters
- key
- Type: SystemString
Key name of the property to be set to. - val
- Type: SystemString
Object value of the property being set.
See Also