Click or drag to resize

UtilThumbnailGetThumbnail Method

Costruttore.

Namespace: QsInformatica.Utils
Assembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 27.1.0
Syntax
public static Image GetThumbnail(
	string file,
	int width,
	int height,
	bool throwEx
)

Parameters

file  String
File di cui ricavare l'anteprima.
width  Int32
Larghezza desiderata del preview (solo file inventor).
height  Int32
Altezza desiderata del preview (solo file inventor).
throwEx  Boolean
Indica se rilanciare l'eccezione o loggarla e basta

Return Value

Image

[Missing <returns> documentation for "M:QsInformatica.Utils.Util.Thumbnail.GetThumbnail(System.String,System.Int32,System.Int32,System.Boolean)"]

See Also