[]
        
(Showing Draft Content)

C1.WPF.Document.Export.C1PdfExportProvider

C1PdfExportProvider Class

Describes export to PDF format (C1Pdf).

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

Constructors

Name Description
C1PdfExportProvider()

Properties

Name Description
DefaultExtension

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

FormatName

Gets a short description of the PDF export format.

SupportedDocumentInfoFields

Gets the combination of flags indicating which fields of the DocumentInfo class are supported by the current export format.

Methods

Name Description
NewExporter()

Creates a new instance of the C1PdfFilter class.

See Also