TiffBitmapEncoder Class

Definition

Defines an encoder that is used to encode Tagged Image File Format (TIFF) format images.

public ref class TiffBitmapEncoder sealed : System::Windows::Media::Imaging::BitmapEncoder
public sealed class TiffBitmapEncoder : System.Windows.Media.Imaging.BitmapEncoder
type TiffBitmapEncoder = class
    inherit BitmapEncoder
Public NotInheritable Class TiffBitmapEncoder
Inherits BitmapEncoder
Inheritance

Remarks

The Tagged Image File Format (TIFF) bitmap format supports frame level thumbnails, multiple frames, and frame level metadata. It does not support global preview, global thumbnails, or global metadata.

Encoding does not work in partial trust. See WPF Partial Trust Security for information on partial trust.

Constructors

TiffBitmapEncoder()

Initializes a new instance of the TiffBitmapEncoder class.

Properties

CodecInfo

Gets information that describes this codec.

(Inherited from BitmapEncoder)
ColorContexts

Gets or sets a value that represents the color profile that is associated with this encoder.

(Inherited from BitmapEncoder)
Compression

Gets or sets a value that indicates the type of compression that is used by this Tagged Image File Format (TIFF) image.

Dispatcher

Gets the Dispatcher this DispatcherObject is associated with.

(Inherited from DispatcherObject)
Frames

Gets or sets the individual frames within an image.

(Inherited from BitmapEncoder)
Metadata

Gets or sets the metadata that will be associated with this bitmap during encoding.

(Inherited from BitmapEncoder)
Palette

Gets or sets a value that represents the BitmapPalette of an encoded bitmap.

(Inherited from BitmapEncoder)
Preview

Gets or sets a BitmapSource that represents the global preview of a bitmap, if there is one.

(Inherited from BitmapEncoder)
Thumbnail

Gets or sets a BitmapSource that represents the global embedded thumbnail.

(Inherited from BitmapEncoder)

Methods

CheckAccess()

Determines whether the calling thread has access to this DispatcherObject.

(Inherited from DispatcherObject)
Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
Save(Stream)

Encodes a bitmap image to a specified Stream.

(Inherited from BitmapEncoder)
ToString()

Returns a string that represents the current object.

(Inherited from Object)
VerifyAccess()

Enforces that the calling thread has access to this DispatcherObject.

(Inherited from DispatcherObject)

Applies to

See also