Click or drag to resize
AkImageSpecsSvcGetImageSpecsList Method
获取指定类型图片类属性的定义。

Namespace: Appkit.IO
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static List<Dictionary<string, string>> GetImageSpecsList(
	string typeName
)

Parameters

typeName
Type: SystemString
类型名称。

Return Value

Type: ListDictionaryString, String
图片类属性定义的集合,每个Dictionary条目有三个属性:typename、propname及specs。
See Also