Table of Contents

Class ImagePlaceholderResult

Namespace
PommaLabs.Thumbnailer.Client.Models.Results
Assembly
PommaLabs.Thumbnailer.Client.dll

Image placeholder generation operation result.

public sealed class ImagePlaceholderResult
Inheritance
ImagePlaceholderResult
Inherited Members

Constructors

ImagePlaceholderResult(string)

Image placeholder generation operation result.

public ImagePlaceholderResult(string placeholder)

Parameters

placeholder string

A very compact representation of a placeholder for an image.

Properties

Placeholder

A very compact representation of a placeholder for an image.

public string Placeholder { get; }

Property Value

string