Skip to content

fc083083 4174 b689 0e46 d87f43361410

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

LogoImageModel.TryGetImage Method

Additional header content

Gets a reference to the Image object that contains modified image.

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 TryGetImage(
	out Image image
)

VB

Public Function TryGetImage ( 
	<OutAttribute> ByRef image As Image
) As Boolean

Parameters

 

image
Type: System.Drawing.Image
A Image object that represents modified image.

Return Value

Type: Boolean
true if returns the image from resource; otherwise, false.

Remarks

[Missing documentation for "M:iTin.Export.Model.LogoImageModel.TryGetImage(System.Drawing.Image@)"]

See Also

Reference

LogoImageModel Class
iTin.Export.Model Namespace

Clone this wiki locally