[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Windows.TiffOptions

TiffOptions Class

Encoder options supported by the native TIFF codec.

Inheritance
TiffOptions
Namespace: GrapeCity.Documents.Imaging.Windows
Assembly: DS.Documents.Imaging.Windows.dll
Syntax
public class TiffOptions : BaseOptions
Public Class TiffOptions
    Inherits BaseOptions

Constructors

Name Description
TiffOptions()

Properties

Name Description
CompressionQuality

CompressionQuality of 0.0 means the least efficient compression scheme available, typically resulting in a fast encode but larger output. A value of 1.0 means the most efficient scheme available, typically taking more time to encode but producing smaller output.

TiffCompressionMethod

Specifies the TIFF compression method.