Skip to content

1f1506e5 720e d8b0 645a 7107b99ee421

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

LogoImageModel.TryGetResourceInformation Method

Additional header content

Gets a reference to the image resource information.

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 bool TryGetResourceInformation(
	out ImageModel resource
)

VB

Public Function TryGetResourceInformation ( 
	<OutAttribute> ByRef resource As ImageModel
) As Boolean

Parameters

 

resource
Type: iTin.Export.Model.ImageModel
Resource information.

Return Value

Type: Boolean
true if exist available information about resource; otherwise, false.

Remarks

[Missing documentation for "M:iTin.Export.Model.LogoImageModel.TryGetResourceInformation(iTin.Export.Model.ImageModel@)"]

See Also

Reference

LogoImageModel Class
iTin.Export.Model Namespace

Clone this wiki locally