Class PngBitmapEncoderSettings
Represents Png bitmap encoder settings.
Inheritance
System.Object
PngBitmapEncoderSettings
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Media.Imaging
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class PngBitmapEncoderSettings
Constructors
PngBitmapEncoderSettings()
Initializes a new instance of the PngBitmapEncoderSettings class.
Declaration
public PngBitmapEncoderSettings()
PngBitmapEncoderSettings(ZipCompression)
Initializes a new instance of the PngBitmapEncoderSettings class.
Declaration
public PngBitmapEncoderSettings(ZipCompression compression)
Parameters
ZipCompression
compression
The compression. |
Properties
Compression
Gets or sets the compression type.
Declaration
public ZipCompression Compression { get; set; }
Property Value
ZipCompression
The compression. |