[]
        
(Showing Draft Content)

C1.WPF.Document.Export.Ssrs.TiffExportProvider

TiffExportProvider Class

Describes export to image TIFF format.

Inheritance
TiffExportProvider
Namespace: C1.WPF.Document.Export.Ssrs
Assembly: C1.WPF.Document.dll
Syntax
public class TiffExportProvider : ExportProvider

Constructors

Name Description
TiffExportProvider()

Properties

Name Description
DefaultExtension

Gets the default filename extension for the current export format. This implementation returns "tiff".

FormatName

Gets a short description of the PNG export format.

Methods

Name Description
NewExporter()

Creates a new instance of the TiffExporter class.

See Also