Name

EncoderParameterValueType

Synopsis

This enumeration lists the various data types that can be used to provide parameter values for a GDI+ image encoder. See EncoderParameters for more information.


public enum EncoderParameterValueType {

   ValueTypeByte = 1,

   ValueTypeAscii = 2,

   ValueTypeShort = 3,

   ValueTypeLong = 4,

   ValueTypeRational = 5,

   ValueTypeLongRange = 6,

   ValueTypeUndefined = 7,

   ValueTypeRationalRange = 8

}

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable, System.IConvertible) EncoderParameterValueType

Returned By

EncoderParameter.{Type, ValueType}

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.