PdfDataExporter class
An implementation of EasyData.Export.IDataExporter interface, that performs exporting of the data stream to PDF format
public class EasyData.Export.PdfDataExporter    : IDataExporterPackage: EasyData.Exporters.PdfSharp (targets: netstandard2.0)
Assembly: EasyData.Exporters.PdfSharp.dll
Constructors
Section titled “Constructors”| Name | Type | Description | 
|---|---|---|
| PdfDataExporter() | void | 
Properties
Section titled “Properties”| Name | Type | Description | 
|---|---|---|
| DefaultSettings | IDataExportSettings | The default settings. | 
Methods
Section titled “Methods”| Name | Type | Description | 
|---|---|---|
| ApplyStyles( Documentdocument, PdfDataExportSettings settings) | void | Apply styles for pdf document | 
| Export(IEasyDataResultSet data, Streamstream) | void | Exports the specified data to the stream. | 
| Export(IEasyDataResultSet data, Streamstream, IDataExportSettings settings) | void | Exports the specified data to the stream. | 
| ExportAsync(IEasyDataResultSet data, Streamstream) | Task | Asynchronical version of EasyData.Export.PdfDataExporter.Export(EasyData.IEasyDataResultSet,System.IO.Stream) method. | 
| ExportAsync(IEasyDataResultSet data, Streamstream, IDataExportSettings settings) | Task | Asynchronical version of EasyData.Export.PdfDataExporter.Export(EasyData.IEasyDataResultSet,System.IO.Stream) method. | 
| GetContentType() | string | Gets the MIME content type of the exporting format. | 
| GetDefaultSettings( CultureInfoculture = null) | IDataExportSettings | Gets default settings | 
 
 