TiffSaveOptions Class
Represents a class which stores saving options for TIF file format.
public sealed class TiffSaveOptions : SaveOptions
Public NotInheritable Class TiffSaveOptions
Inherits SaveOptions
- Inheritance:
- System.ObjectTiffSaveOptions
Properties
Compression
Gets or sets a value that indicates the type of compression that is used by this Tagged Image File Format (TIFF) image.
public TiffCompression Compression { get; set; }
Public Property Compression As TiffCompression
Property Value
One of the TiffCompression values. The default is Default.
Inherited Properties
GifDefault | Gets the default saving options for GIF image file format. (Inherited from SaveOptions) |
JpegDefault | Gets the default saving options for JPEG image file format. (Inherited from SaveOptions) |
PngDefault | Gets the default saving options for PNG image file format. (Inherited from SaveOptions) |
TiffDefault | Gets the default saving options for TIFF image file format. (Inherited from SaveOptions) |