Click or drag to resize

ExtensionsSet Method

Sets the specified image property item.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
public static void Set(
	this IDictionary<int, ImgPropertyItem> metaData,
	ImgPropertyItem propertyItem
)

Parameters

metaData
Type: System.Collections.GenericIDictionaryInt32, ImgPropertyItem
The meta data.
propertyItem
Type: CohesiveComputing.ImagingImgPropertyItem
The property item.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IDictionaryInt32, ImgPropertyItem. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also