VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.Encoders Namespace / TiffEncoderSettings Class
Constructors Properties Methods Events SeeAlso
In This Topic
    TiffEncoderSettings Class Members
    In This Topic
    The following tables list the members exposed by TiffEncoderSettings.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the TiffEncoderSettings class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a format(s) in which annotations must be saved.
    Public PropertyGets or sets the binarization command, which must be used if color image must be converted to a black-white image before saving to a TIFF file.
    Public PropertyGets or sets the image compression algorithm.
    Public PropertyGets or sets a value indicating whether image must be copied with common metadata.
    Public PropertyGets or sets a value indicating whether image must be copied with EXIF metadata.
    Public PropertyGets or sets a value indicating whether image must be copied with GPS metadata.
    Public PropertyGets or sets the format of TIFF file.
    Public PropertyGets or sets the version of TIFF file.
    Public PropertyGets or sets the settings of JPEG2000 encoder.
    Public PropertyGets or sets the settings of JPEG encoder.
    Public PropertyGets or sets the JPEG compression quality if Compression is set to TiffCompression.JPEG.
    Public PropertyGets or sets a value indicating whether TIFF image data must be recompressed when TIFF image is copied from one TIFF file to another TIFF file.
    Public PropertyGets or sets count of rows per strip.
    Public PropertyGets or sets a value indicating whether image must be saved as grayscale image when JPEG compression is used.
    Public PropertyGets or sets a value indicating whether the encoder must create TIFF files, which are compatible with legacy TIFF viewers.
    Public PropertyGets or sets a tile size.
    Public PropertyGets or sets a value indicating whether predictor must be used for encoding image.
    Public PropertyGets or sets a value indicating whether image must be encoded using strips.
    Public PropertyGets or sets a value indicating whether image must be encoded using tiles.
    Public PropertyGets or sets the level of ZIP compression.
    Public Methods
     NameDescription
    Public MethodCreates a new object that is a copy of the current instance.
    Public Events
     NameDescription
    Public EventOccurs when settings is changed.
    See Also