Skip to content

4cef666c b200 8202 9614 90a8a4b9aebd

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

FieldHeaderModel.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 StyleModel resource
)

VB

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

Parameters

 

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

Return Value

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

Remarks

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

See Also

Reference

FieldHeaderModel Class
iTin.Export.Model Namespace

Clone this wiki locally