TiffOptions
Class TiffOptions
Namespace: Imagise.Compressor.ImageOptions
Assembly: Imagise.Compressor.dll
Utilize our TIFF image API to create high-quality raster images with advanced customization options this API supports multiple color depths, lossless compression, and multi-page TIFF files, making it ideal for professional-grade imaging needs.Perfect for archiving, detailed graphics, and print materials, the TIFF format ensures maximum image fidelity.Optimize your workflows by generating and manipulating TIFF images with precise control over all technical parameters.
public class TiffOptions : TiffOptions, IDisposable
Inheritance
object ← ImageOptions ← TiffOptions ← TiffOptions
Implements
Inherited Members
ImageOptions.Clone(), ImageOptions.Dispose(), ImageOptions.Source, ImageOptions.VectorRasterizationOptions, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
TiffOptions(TiffExpectedFormat)
Initializes a new instance of the
public TiffOptions(TiffExpectedFormat expectedFormat)
Parameters
expectedFormat
TiffExpectedFormat
The expected format.
Properties
BitsPerSample
Gets or sets the bits per sample.
public ushort[] BitsPerSample { get; set; }
Property Value
ushort[]
Exceptions
Unexpected options type
Compression
Gets or sets the compression.
public TiffCompressions Compression { get; set; }
Property Value
Photometric
Gets or sets the photometric.
public TiffPhotometrics Photometric { get; set; }
Property Value
Exceptions
Unexpected options type