ImageExtensionsGetProperties Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Gets the properties.

Namespace: ContentStudio.ImageProcessing.Extensions
Assembly: ContentStudio.ImageProcessing (in ContentStudio.ImageProcessing.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public static IDictionary<PropertyTagId, Object> GetProperties(
	this Image image
)

Parameters

image
Type: System.DrawingImage
The image.

Return Value

Type: IDictionaryPropertyTagId, Object

[Missing <returns> documentation for "M:ContentStudio.ImageProcessing.Extensions.ImageExtensions.GetProperties(System.Drawing.Image)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Image. 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

Reference