Class TiffFormatProvider
Inherited Members
Namespace: Telerik.Windows.Media.Imaging.FormatProviders
Assembly: Telerik.Windows.Controls.ImageEditor.dll
Syntax
public class TiffFormatProvider : ImageFormatProviderBase, IImageFormatProvider
Constructors
TiffFormatProvider()
Declaration
public TiffFormatProvider()
Properties
CanExport
Declaration
public override bool CanExport { get; }
Property Value
System.Boolean
|
Overrides
CanImport
Declaration
public override bool CanImport { get; }
Property Value
System.Boolean
|
Overrides
Compression
Declaration
public TiffCompressOption Compression { get; set; }
Property Value
System.Windows.Media.Imaging.TiffCompressOption
|
FilesDescription
Declaration
public override string FilesDescription { get; }
Property Value
System.String
|
Overrides
SupportedExtensions
Declaration
public override IEnumerable<string> SupportedExtensions { get; }
Property Value
System.Collections.Generic.IEnumerable<System.String>
|
Overrides
Methods
Export(RadBitmap, Stream)
Declaration
public override void Export(RadBitmap image, Stream stream)
Parameters
RadBitmap
image
|
System.IO.Stream
stream
|