[]
        
(Showing Draft Content)

C1.Win.Document.Export.PngExportProvider

PngExportProvider Class

Describes export to PNG format.

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

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 PngFilter class.

See Also