Class JpegImageFormat
Represents Jpeg image format of the specified quality
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)
    
    
      System.Object.ToString()
    
  Namespace: NFX.Graphics
Assembly: NFX.dll
Syntax
public sealed class JpegImageFormat : ImageFormat
  Constructors
JpegImageFormat(Int32)
Declaration
public JpegImageFormat(int quality)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int32 | quality | 
Fields
Quality
Declaration
public readonly int Quality
  Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
Standard
Standard Jpeg compression of 80 quality
Declaration
public static readonly JpegImageFormat Standard
  Field Value
| Type | Description | 
|---|---|
| JpegImageFormat | 
Properties
WebContentType
Declaration
public override string WebContentType { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String |