Leadtools.Web.Controls Namespace : BrowserImageFormat Enumeration |
public enum BrowserImageFormat : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum BrowserImageFormat Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As BrowserImageFormat
public enum BrowserImageFormat : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Web.Controls.BrowserImageFormat = function() { }; Leadtools.Web.Controls.BrowserImageFormat.prototype = {
LeadtoolsMemberMarker(replace me) };
public enum class BrowserImageFormat : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
Auto | Uses Jpeg for color images, Gif for less than 256 colors images and Png for 1-bit document images. You must reference Leadtools.Codecs.Cmp and Leadtools.Codecs.Gif. |
Gif | Uses Gif format, this is good for color images with less than 256 colors. You must reference Leadtools.Codecs.Gif. |
Jpeg | Uses Jpeg format, this is good for color images, but with lossy compression effects. You must reference Leadtools.Codecs.Cmp. |
Png | Uses Png format, this is good for document images and no lossy compression effects. You must reference Leadtools.Codecs.Png. |
The WebImageViewer.BrowserImageFormat property controls specifies the format of the image that the browser will display.
Depending on the setting for this property, your application will require different Leadtools.Codecs.xxx dlls. For more information on redistributing your application, see Files To Be Included With Your Application.
System.Object
System.ValueType
System.Enum
Leadtools.Web.Controls.BrowserImageFormat
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2