[]
Represents the settings for exporting data to a PDF format.
public class PdfExportSettings : BaseExportSettings
| Name | Description |
|---|---|
| PdfExportSettings() |
| Name | Description |
|---|---|
| Application | Gets or sets the value that appears for Application in the Document Properties dialog of the PDF viewer application. |
| Author | Gets or sets the name of the author to appear in the Document Properties dialog of the PDF viewer application. |
| ConvertMetaToPng | Gets or sets a value indicating whether Windows metafiles are converted to PNG files in the PDF document. |
| EmbedFonts | Gets or sets how the fonts used in the report should be embedded in the PDF document. |
| Encrypt | Gets or sets a value indicating whether the PDF document should be encrypted. |
| ExportBookmarks | Gets or sets a value indicating whether to export bookmarks in the PDF document. |
| ImageInterpolation | Gets or sets the image interpolation mode for the PDF document. |
| ImageQuality | Gets or sets the image quality for the PDF document. |
| Keywords | Gets or sets the keywords associated with the PDF document. |
| NeverEmbedFonts | Gets or sets the semicolon-delimited string of values indicating fonts that should not be embedded in the PDF document. |
| OwnerPassword | Gets or sets the owner password that can be entered in the reader. |
| Subject | Gets or sets the subject of the PDF document. |
| Title | Gets or sets the title of the PDF document. |
| UserPassword | Gets or sets the user password that can be entered in the reader. |
| Version | Gets or sets the output PDF version. |
| WatermarkAngle | Gets or sets the angle of the watermark. |
| WatermarkColor | Gets or sets the color of the watermark. |
| WatermarkFontName | Gets or sets the font name for the watermark. |
| WatermarkFontSize | Gets or sets the font size for the watermark. |
| WatermarkFontStyle | Gets or sets the font style for the watermark. |
| WatermarkPrintOnly | Gets or sets a value indicating whether the watermark should appears only on printed pages. |
| WatermarkTitle | Gets or sets the watermark text for the PDF document. |