In This Topic
The following tables list the members exposed by TiffExport.
Public Constructors
Public Properties
| Name | Description |
| CompressionScheme | Sets or returns a value which specifies the compression scheme to be used when exporting a TIFF file. |
| Dither | Specifies whether the image should be dithered when saving to a black and white output format such as Ccitt4, Ccitt3 or Rle. If the CompressionScheme is set to Lzw or None (indicating color output) this property has no effect. |
| DpiX | Get or set the horizonal resolution value when exporting a TIFF. |
| DpiY | Get or set the vertical resolution value when exporting a TIFF. |
| Pagination | Gets or sets the value, that indicates whether pagination should be used for resultant TIFF document or not. |
Top
Public Methods
| Name | Description |
| Export | Overloaded. Exports the specified document to TIFF format. |
Top
See Also