Class Logo
Logo that should appear on the receipt.
Inheritance
System.Object
Logo
Namespace: anybill.POS.Client.Models.Bill.Misc.Logo
Assembly: anybill.POS.Client.Abstractions.dll
Syntax
public class Logo
Properties
Content
Base64-encoded content of the logo. If the content type is set to 'text/x-uri' the value must be a valid URI.
Declaration
public string Content { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ContentType
MIME type of the logo, e.g. 'image/png' or 'text/x-uri'.
Declaration
public string ContentType { get; set; }
Property Value
Type | Description |
---|---|
System.String |