[]
ActiveReports Tag Image File Format (TIFF) Export Component.
public class TiffExport : Component, IComponent, IDisposable, IDocumentExport
Name | Description |
---|---|
TiffExport() | Initializes a new instance of the TiffExport class. |
Name | Description |
---|---|
CompressionScheme | 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 CCITT3. |
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 indicates should pagination be used for resulted TIFF document or not |
Name | Description |
---|---|
Export(SectionDocument, Stream) | Exports the specified document to the specified stream in TIFF. |
Export(SectionDocument, Stream, string) | Exports the specified document to the specified stream in TIFF. |
Export(SectionDocument, string) | Exports the specified document to a TIFF file. |
Export(SectionDocument, string, string) | Exports the specified document to a TIFF file. |