Interface IImageCodecInfo
Namespace: Telerik.Drawing.Imaging
Assembly: Telerik.Reporting.dll
Syntax
public interface IImageCodecInfo
Properties
Clsid
Declaration
Guid Clsid { get; set; }
Property Value
System.Guid
|
CodecName
Declaration
string CodecName { get; set; }
Property Value
System.String
|
DllName
Declaration
string DllName { get; set; }
Property Value
System.String
|
FilenameExtension
Declaration
string FilenameExtension { get; set; }
Property Value
System.String
|
Flags
FormatDescription
Declaration
string FormatDescription { get; set; }
Property Value
System.String
|
FormatID
Declaration
Guid FormatID { get; set; }
Property Value
System.Guid
|
MimeType
Declaration
string MimeType { get; set; }
Property Value
System.String
|
SignatureMasks
Declaration
byte[][] SignatureMasks { get; set; }
Property Value
System.Byte[][]
|
SignaturePatterns
Declaration
byte[][] SignaturePatterns { get; set; }
Property Value
System.Byte[][]
|
Version
Declaration
int Version { get; set; }
Property Value
System.Int32
|