[]
        
(Showing Draft Content)

C1.Win.C1Document.Export.GifExportProvider

GifExportProvider Class

Describes export to GIF format.

Inheritance
GifExportProvider
Namespace: C1.Win.C1Document.Export
Assembly: C1.Win.C1Document.4.8.dll
Syntax
public class GifExportProvider : RasterImageExportProvider

Constructors

Name Description
GifExportProvider()

Properties

Name Description
DefaultExtension

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

FormatName

Gets a short description of the GIF export format.

Methods

Name Description
NewExporter()

Creates a new instance of the GifFilter class.

See Also