Name | Description | |
---|---|---|
![]() | TiffEncoderSettings | Initializes a new instance of the TiffEncoderSettings class. |
Name | Description | |
---|---|---|
![]() | TiffEncoderSettings | Initializes a new instance of the TiffEncoderSettings class. |
Name | Description | |
---|---|---|
![]() | AnnotationsFormat | Gets or sets a format(s) in which annotations must be saved. |
![]() | BinarizationCommand | Gets 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. |
![]() | Compression | Gets or sets the image compression algorithm. |
![]() | CopyCommonMetadata | Gets or sets a value indicating whether image must be copied with common metadata. |
![]() | CopyExifMetadata | Gets or sets a value indicating whether image must be copied with EXIF metadata. |
![]() | CopyGpsMetadata | Gets or sets a value indicating whether image must be copied with GPS metadata. |
![]() | FileFormat | Gets or sets the format of TIFF file. |
![]() | FileVersion | Gets or sets the version of TIFF file. |
![]() | Jpeg2000EncoderSettings | Gets or sets the settings of JPEG2000 encoder. |
![]() | JpegEncoderSettings | Gets or sets the settings of JPEG encoder. |
![]() | JpegQuality | Gets or sets the JPEG compression quality if Compression is set to TiffCompression.JPEG. |
![]() | RecompressImageData | Gets 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. |
![]() | RowsPerStrip | Gets or sets count of rows per strip. |
![]() | SaveJpegAsGrayscale | Gets or sets a value indicating whether image must be saved as grayscale image when JPEG compression is used. |
![]() | SupportLegacyTiffViewers | Gets or sets a value indicating whether the encoder must create TIFF files, which are compatible with legacy TIFF viewers. |
![]() | TileSize | Gets or sets a tile size. |
![]() | UsePredictor | Gets or sets a value indicating whether predictor must be used for encoding image. |
![]() | UseStrips | Gets or sets a value indicating whether image must be encoded using strips. |
![]() | UseTiles | Gets or sets a value indicating whether image must be encoded using tiles. |
![]() | ZipLevel | Gets or sets the level of ZIP compression. |
Name | Description | |
---|---|---|
![]() | Clone | Creates a new object that is a copy of the current instance. |
Name | Description | |
---|---|---|
![]() | Changed | Occurs when settings is changed. |