Skip to content

2f59968c 24f3 27dc de20 1952dcabf059

Fernando Garcia edited this page May 8, 2018 · 1 revision

GlobalResourcesModel.GetImageResourceByKey Method

Additional header content

Gets specified image resource by key.

Namespace: iTin.Export.Model
Assembly: iTin.Export.Core (in iTin.Export.Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public ImageModel GetImageResourceByKey(
	string key
)

VB

Public Function GetImageResourceByKey ( 
	key As String
) As ImageModel

Parameters

 

key
Type: System.String
Key of resource.

Return Value

Type: ImageModel
A ImageModel which contains specified image resource.

Remarks

[Missing documentation for "M:iTin.Export.Model.GlobalResourcesModel.GetImageResourceByKey(System.String)"]

See Also

Reference

GlobalResourcesModel Class
iTin.Export.Model Namespace

Clone this wiki locally