[]
        
(Showing Draft Content)

C1.WPF.Document.Export.PdfFilter

PdfFilter Class

Used to render reports into PDF (portable document format) streams or files.

Inheritance
PdfFilter
Implements
Namespace: C1.WPF.Document.Export
Assembly: C1.WPF.Document.dll
Syntax
public class PdfFilter : GraphicsFilter, IDisposable

Constructors

Name Description
PdfFilter()

Properties

Name Description
EmbedFonts

Specifies whether the filter should embed font information into the PDF output.

ExportProvider

Gets PdfExportProvider.

PdfACompatible

Gets or sets a value indicating whether to generate PDF/A compatible document.

PdfSecurityOptions

Gets a PdfSecurityOptions object that specifies who can use the Pdf document and what actions are allowed.

UseCompression

Gets or sets a value indicating whether to use compression.

UseOutlines

Specifies whether the PDF output should include an outline tree.

Methods

Name Description
CanExportRange(OutputRangeType)