[]
Used to render reports into PDF (portable document format) streams or files.
public class PdfFilter : GraphicsFilter, IDisposable
Name | Description |
---|---|
PdfFilter() |
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. |
Name | Description |
---|---|
CanExportRange(OutputRangeType) |