DataImageManager.GetDataImageLogo Method |
Namespace:
PsrApi.Managers
Assembly:
PsrApi (in PsrApi.dll) Version: 8.13.13.27522 (14.03.2022)
Syntaxpublic 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