ImageFormat Enum

Summary

What kind of image will be generated.
Namespace
Faker
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph TD Base0["Enum"]-->Type Base1["ValueType"]-->Base0 Base2["object"]-->Base1 Interface0["IComparable"]-.->Type Interface1["IFormattable"]-.->Type Interface2["IConvertible"]-.->Type Type["ImageFormat"] class Type type-node

Syntax

[Obsolete("MESSAGE. Please use 'RoboHashImageFormat' instead. Will be removed in version 3.0.")]
public enum ImageFormat

Attributes

Type Description
ObsoleteAttribute

Fields

Name Constant Value Summary
bmp 2
A BMP image
static
jpg 1
A JPG image
static
png 0
A PNG image
static
GitHub