[]
        
(Showing Draft Content)

C1.Document.Export.PdfExportProvider

PdfExportProvider Class

Describes export to PDF format.

Inheritance
PdfExportProvider
Namespace: C1.Document.Export
Assembly: C1.Document.dll
Syntax
public class PdfExportProvider : ExportProvider

Constructors

Name Description
PdfExportProvider()

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

See Also