IApiServiceBiblioteka_PrzeksztalcIPobierzObraz Method | |
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
)
Function Biblioteka_PrzeksztalcIPobierzObraz (
sessionId As String,
id As Long,
parametry As ParametryPrzeksztalceniaZdjecia
) As Byte()
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:
ByteZawartość obrazka lub null gdy nie znaleziono
See Also