[]
        
(Showing Draft Content)

C1.Win.Document.Export.TiffExportProvider

TiffExportProvider Class

Describes export to TIFF format.

Inheritance
TiffExportProvider
Namespace: C1.Win.Document.Export
Assembly: C1.Win.Document.8.dll
Syntax
public class TiffExportProvider : RasterImageExportProvider

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 TIFF export format.

OptionsFormClass

Overriden. Gets the type of form which is used to edit the export options by default.

Methods

Name Description
NewExporter()

Creates a new instance of the TiffFilter class.

See Also