Click or drag to resize

IApiServiceBiblioteka_PrzeksztalcIPobierzObraz Method

ILUO Sp. z o.o.
Pobiera dane obrazka poddaje przekształceniu i zwraca przekształconą zawartość.

Namespace:  ILUO.ERP.API.ServiceContracts.Interfaces3
Assembly:  ILUO.ERP.API.ServiceContracts (in ILUO.ERP.API.ServiceContracts.dll) Version: 1.0.0.348 (1.0.0.348)
Syntax
byte[] Biblioteka_PrzeksztalcIPobierzObraz(
	string sessionId,
	long id,
	ParametryPrzeksztalceniaZdjecia parametry
)

Parameters

sessionId
Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login
id
Type: SystemInt64
Identyfikator załącznika
parametry
Type: ILUO.ERP.API.Server.Entities3ParametryPrzeksztalceniaZdjecia
parametry przekształcenia

Return Value

Type: Byte
Zawartość obrazka lub null gdy nie znaleziono
See Also