This documentation is for the old version. Go to the latest Graphics Mill docs

TiffEncoderOptions Members

The TiffEncoderOptions type exposes the following members.

Constructors

Name Description
Public method TiffEncoderOptions Overloaded.

Creates and initializes new TiffEncoderOptions class instance.

Methods

Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToFrame

Creates and initalizes Frame class instance with these encoder options.

(Overrides EncoderOptions.ToFrame().)
Public method ToString (Inherited from Object.)

Properties

Name Description
Public property AdobeResources

Gets/sets Adobe® image resource blocks you want to write into the file.

Public property AlphaPremultiplied

Gets/sets the value that determines whether to premultiply image with alpha channel during image encoding or not.

Public property Compression

Gets/sets TIFF compression type.

Public property Exif

Gets/sets EXIF data collection you want to write into the file.

Public property ExtraChannels

Gets/sets the collection containing extra channels associated with the TIFF file. Using this property you can write some channels in addition to primary ones.

Public property Iptc

Gets/sets IPTC data collection you want to write into the file.

Public property Left

Gets/sets left position of the frame.

(Inherited from EncoderOptions.)
Public property MediaFormat

Returns media format for which encoder options are defined.

(Inherited from EncoderOptions.)
Public property Quality

Gets/sets a JPEG quality if compression type is set to Jpeg.

Public property Top

Gets/sets top position of the frame.

(Inherited from EncoderOptions.)
Public property Xmp

Gets/sets the XML code containing the XMP metadata.

See Also

Reference