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

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

[Missing <summary> documentation for "M:ContentStudio.ImageProcessing.Extensions.ImageExtensions.GetProperty(System.Drawing.Image,ContentStudio.ImageProcessing.Enums.SvenskaKyrkan.Contracts.Enums.PropertyTagId)"]

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

public static Object GetProperty(
	this Image image,
	PropertyTagId id
)

Parameters

image
Type: System.DrawingImage

[Missing <param name="image"/> documentation for "M:ContentStudio.ImageProcessing.Extensions.ImageExtensions.GetProperty(System.Drawing.Image,ContentStudio.ImageProcessing.Enums.SvenskaKyrkan.Contracts.Enums.PropertyTagId)"]

id
Type: ContentStudio.ImageProcessing.Enums.SvenskaKyrkan.Contracts.EnumsPropertyTagId

[Missing <param name="id"/> documentation for "M:ContentStudio.ImageProcessing.Extensions.ImageExtensions.GetProperty(System.Drawing.Image,ContentStudio.ImageProcessing.Enums.SvenskaKyrkan.Contracts.Enums.PropertyTagId)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:ContentStudio.ImageProcessing.Extensions.ImageExtensions.GetProperty(System.Drawing.Image,ContentStudio.ImageProcessing.Enums.SvenskaKyrkan.Contracts.Enums.PropertyTagId)"]

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