Click or drag to resize

DataImageManager.GetDataImageLogo Method

Returns the logo of PsrDataImage zurück

Namespace:  PsrApi.Managers
Assembly:  PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntax
C#
public Task<byte[]> GetDataImageLogo(
	Guid id
)

Parameters

id
Type: System.Guid
Id, of the PsrDataImage, which logo is requested

Return Value

Type: Task<Byte[]>
Logo as stream
See Also