[]
Used to render reports into PDF (portable document format) streams or files.
public class C1PdfFilter : GraphicsFilter, IDisposable
| Name | Description |
|---|---|
| C1PdfFilter() |
| 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. |
| UseJpegCompression | Gets or sets a value indicating whether to use JPEG compression for all images. |
| UseOutlines | Specifies whether the PDF output should include an outline tree. |
| Name | Description |
|---|---|
| CanExportRange(OutputRangeType) |