[]
        
(Showing Draft Content)

C1.WPF.Document.Export.Ssrs.JpegExportProvider

JpegExportProvider Class

Describes export to image JPEG format.

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

Constructors

Name Description
JpegExportProvider()

Properties

Name Description
DefaultExtension

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

FormatName

Gets a short description of the JPEG export format.

Methods

Name Description
NewExporter()

Creates a new instance of the JpegExporter class.

See Also