| AkImageSpecsSvcGetImageSpecsList Method |
获取指定类型图片类属性的定义。
Namespace: Appkit.IOAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static List<Dictionary<string, string>> GetImageSpecsList(
string typeName
)
Parameters
- typeName
- Type: SystemString
类型名称。
Return Value
Type:
ListDictionaryString,
String图片类属性定义的集合,每个Dictionary条目有三个属性:typename、propname及specs。
See Also