[]
Represents the settings for exporting data to a Tiff image format.
public class TiffExportSettings : BaseExportSettings
| Name | Description |
|---|---|
| TiffExportSettings() |
| Name | Description |
|---|---|
| Compression | Gets or sets the compression scheme used for the exported TIFF file. |
| CompressionScheme | Gets or sets the compression scheme used for the exported TIFF file. |
| Dither | Gets or sets a value indicating whether dithering should be applied during export to TIFF. |
| DpiX | Gets or sets the horizontal resolution (DPI) for the exported TIFF file. |
| DpiY | Gets or sets the vertical resolution (DPI) for the exported TIFF file. |
| Pagination | Gets or sets a value indicating whether pagination should be enabled in the exported TIFF document. |