Anilibria.NET API Anilibria.NET API
Anilibria.NET API Anilibria.NET API
Author: Ilya Kotomin

Search Results for

    Class Poster

    Class containing a short link to the poster without a link to the site, a raw base64 poster string and an image converted from a raw base64 string

    Inheritance
    System.Object
    Poster
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Anilibria.NET.Models.TitleModel.PostersModel
    Assembly: Anilibria.NET.dll
    Syntax
    public class Poster

    Properties

    Base64

    Raw base64 string of poster. Convert it to get image as System.Byte array

    Declaration
    [JsonProperty("raw_base64_file")]
    public string Base64 { get; }
    Property Value
    Type Description
    System.String

    Image

    Image as System.Byte array

    Declaration
    public byte[] Image { get; }
    Property Value
    Type Description
    System.Byte[]

    Url

    Link to the poster without a link to the site

    Declaration
    [JsonProperty("url")]
    public string Url { get; }
    Property Value
    Type Description
    System.String

    Methods

    ToString()

    Override on .ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    Short poster image url

    Overrides
    System.Object.ToString()
    anilibria.tv