[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Export.Image.Tiff.Section.TiffExport

TiffExport Class

ActiveReports Tag Image File Format (TIFF) Export Component.

Inheritance
TiffExport
Namespace: GrapeCity.ActiveReports.Export.Image.Tiff.Section
Assembly: MESCIUS.ActiveReports.Export.Image.dll
Syntax
public class TiffExport : Component, IComponent, IDisposable, IDocumentExport

Constructors

Name Description
TiffExport()

Initializes a new instance of the TiffExport class.

Properties

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.
If CompressionScheme is RLE 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 indicates should pagination be used for resulted TIFF document or not

Methods

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.