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

TiffWriter Properties

The TiffWriter type exposes the following members.

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 which determines whether to premultiply image with alpha channel during image encoding or not.

Public property CodecPriority

Returns the priority of the codec.

(Inherited from FormatWriter.)
Public property Completed

Returns value indicating if the operation is currently running.

(Inherited from SyncHandler.)
Public property DefaultExtension

Returns default extension for this format.

(Inherited from FormatWriter.)
Public property ExceptionThrowEnabled

Gets/sets value that specifies if to throw exception in synchronous mode.

(Inherited from SyncHandler.)
Public property Exif

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

Public property FilterString

Returns filter string for this format.

(Inherited from FormatWriter.)
Public property FormatDescription

Returns user-friendly format description.

(Inherited from FormatWriter.)
Public property FormatName

Returns format name.

(Inherited from FormatWriter.)
Public property Iptc

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

Public property Locked

Indicates if the object has been locked.

(Inherited from SyncHandler.)
Public property MediaFormat

Returns the ID of the media format this reader can write to.

(Inherited from FormatWriter.)
Public property MimeType

Returns mime type of the format.

(Inherited from FormatWriter.)
Public property Opened

Returns value that specifies if the writer is opened.

(Inherited from FormatWriter.)
Public property Priority

Gets/sets a priority for the auxilary thread.

(Inherited from SyncHandler.)
Public property SupportedPixelFormats

Returns an array of pixel formats which are supported with this format writer.

(Inherited from FormatWriter.)
Public property SynchronizationMode

Gets/sets synchronization mode for the object.

(Inherited from SyncHandler.)
Public property Timeout

Gets/sets value specifying maximum time for which object can be locked.

(Inherited from SyncHandler.)
Public property Xmp

Gets/sets the XML code containing the XMP metadata.

See Also

Reference