MetadataModel.ToDirectionType Method

FreeImage.NET

MetadataModelToDirectionType Method
Returns the equivalent MetadataModelDirectionReference for the specified String.

Namespace: FreeImageAPI.Metadata
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
protected static Nullable<MetadataModelDirectionReference> ToDirectionType(
	string s
)

Parameters

s
Type: SystemString
The string containing the MetadataModelDirectionReference.

Return Value

Type: NullableMetadataModelDirectionReference
The equivalent MetadataModelDirectionReference for the specified String.
See Also