[]
        
(Showing Draft Content)

C1.WPF.Document.Export.Ssrs.PngExportProvider

PngExportProvider Class

Describes export to image PNG format.

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

Constructors

Name Description
PngExportProvider()

Properties

Name Description
DefaultExtension

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

FormatName

Gets a short description of the PNG export format.

Methods

Name Description
NewExporter()

Creates a new instance of the PngExporter class.

See Also