Skip to content

429477b3 7739 04fe e89f d74b888f080c

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

ImageModel.GetImage 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 Image GetImage(
	ExportModel model
)

VB

Public Function GetImage ( 
	model As ExportModel
) As Image

Parameters

 

model
Type: iTin.Export.Model.ExportModel
The model.

Return Value

Type: Image
A Image object that represents modified image.

Remarks

[Missing documentation for "M:iTin.Export.Model.ImageModel.GetImage(iTin.Export.Model.ExportModel)"]

See Also

Reference

ImageModel Class
iTin.Export.Model Namespace

Clone this wiki locally