SI.PIXL.Client
Search Results for

    Show / Hide Table of Contents

    Struct DownloadImageResponse

    Represents a response from the DownloadImage function.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: SI.PIXL.Client.Structs.CommandResponse
    Assembly: SI.PIXL.Client.dll
    Syntax
    public struct DownloadImageResponse

    Constructors

    DownloadImageResponse(ApiCommandResponse, string)

    Creates a new instance of a DownloadImageResponse struct.

    Declaration
    public DownloadImageResponse(ApiCommandResponse result, string imageBase64)
    Parameters
    Type Name Description
    ApiCommandResponse result

    The result.

    string imageBase64

    The image as a base64 string.

    Properties

    ImageBase64

    Get the image as a base64 string.

    Declaration
    public string ImageBase64 { get; }
    Property Value
    Type Description
    string

    Result

    Get the result.

    Declaration
    public ApiCommandResponse Result { get; }
    Property Value
    Type Description
    ApiCommandResponse
    In this article
    Back to top Singer Instrument Company Limited 2024