Table of Contents

Interface IGif

Namespace
Fluxer.Net
Assembly
Fluxer.Net.dll
public interface IGif

Properties

Height

Height of the GIF in pixels.

int Height { get; }

Property Value

int

Id

The unique Gif result id.

string Id { get; }

Property Value

string

ProxySource

Proxied URL to the GIF media file.

string ProxySource { get; }

Property Value

string

Source

Direct URL to the GIF media file.

string Source { get; }

Property Value

string

Title

The title/description of the GIF.

string Title { get; }

Property Value

string

Url

The Gif page URL for the GIF.

string Url { get; }

Property Value

string

Width

Width of the GIF in pixels.

int Width { get; }

Property Value

int