Name | Description | |
---|---|---|
![]() | WebTiffEncoderSettingsJS | Initializes a new instance of the WebTiffEncoderSettingsJS class. |
Name | Description | |
---|---|---|
![]() | WebTiffEncoderSettingsJS | Initializes a new instance of the WebTiffEncoderSettingsJS class. |
Name | Description | |
---|---|---|
![]() | clone | Creates a new object that is a copy of the current instance. |
![]() | get_BinarizationCommand | Gets the binarization command, which must be used if color image must be converted to a black-white image before saving to a TIFF file. |
![]() | get_Compression | Gets the image compression algorithm. |
![]() | get_Jpeg2000EncoderSettings | Gets the settings of JPEG2000 encoder. |
![]() | get_JpegEncoderSettings | Gets the settings of JPEG encoder. |
![]() | get_JpegQuality | Gets a quality factor in percents if JPEG compression is used. |
![]() | get_Name | Gets the name of image encoder settings. (Inherited from WebImageEncoderSettingsJS) |
![]() | get_SaveAsGrayscale | Gets a value indicating whether color images will be saved as grayscale JPEG files when JPEG compression is used. |
![]() | get_UsePredictor | Gets a value indicating whether predictor must be used for encoding image. |
![]() | get_ZipLevel | Gets the level of ZIP compression. |
![]() | set_BinarizationCommand | 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. |
![]() | set_Compression | Sets the image compression algorithm. |
![]() | set_Jpeg2000EncoderSettings | Sets the settings of JPEG2000 encoder. |
![]() | set_JpegEncoderSettings | Sets the settings of JPEG encoder. |
![]() | set_JpegQuality | Sets a quality factor in percents if JPEG compression is used. |
![]() | set_SaveAsGrayscale | Sets a value indicating whether color images will be saved as grayscale JPEG files when JPEG compression is used. |
![]() | set_UsePredictor | Sets a value indicating whether predictor must be used for encoding image. |
![]() | set_ZipLevel | Sets the level of ZIP compression. |
![]() | toObject | Returns encoder settings as object. (Inherited from WebImageEncoderSettingsJS) |