AnnotationData.SetExtraProperty Method |
Namespace:
Atalasoft.Annotate
Assembly:
Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic virtual void SetExtraProperty(
string key,
string val
)
Public Overridable Sub SetExtraProperty (
key As String,
val As String
)
Parameters
- key
- Type: System.String
Key name of the property to be set to. - val
- Type: System.String
Object value of the property being set.
See Also