Click or drag to resize

AnnotationDataSetExtraProperty Method

Sets a custom value within an annotation that can be retrieved using GetExtraProperty(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 void SetExtraProperty(
	string key,
	string val
)

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