[]
Represents the export options used when exporting to a PDF-based Web Viewer type.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class PdfExportOptions
| Name | Description |
|---|---|
| Application | Gets or sets the application name to be used in the PDF when using the PDF-based Web Viewer type. |
| Author | Gets or sets the author name of the PDF when using the PDF-based Web Viewer type. |
| CenterWindow | Gets or sets a value indicating whether the PDF should include the CenterWindow flag when using the PDF-based Web Viewer type. |
| ConvertMetaToPng | Gets or sets a value indicating whether to convert WMF/EMF images to PNG for the PDF-based Web Viewer type. |
| DisplayMode | |
| DisplayTitle | Gets or sets a value indicating whether the PDF should include the DisplayTitle flag when using the PDF-based Web Viewer type. |
| Encrypt | Gets or sets a value indicating whether the PDF should be encrypted when using the PDF-based Web Viewer type. |
| ExportBookmarks | Gets or sets a value indicating whether to export bookmarks in the PDF-based Web Viewer type. |
| FileName | Gets or sets the file name for the exported PDF document. |
| FitWindow | Gets or sets a value indicating whether the PDF should use the FitWindow flag when using the PDF-based Web Viewer type. |
| FontFallback | Gets or sets a comma-delimited string of font families that will be used to lookup glyphs missing in original font. |
| HideMenubar | Gets or sets a value indicating whether the PDF should use the HideMenubar flag when using the PDF-based Web Viewer type. |
| HideToolbar | Gets or sets a value indicating whether the PDF should use the HideToolbar flag when using the PDF-based Web Viewer type. |
| HideWindowUI | Gets or sets a value indicating whether the PDF should use the HideWindowUI flag when using the PDF-based Web Viewer type. |
| ImageQuality | Gets or sets the image quality for the PDF export using for the PDF-based Web Viewer type. |
| ImageResolution | Gets or sets the image resolution for the PDF export using for the PDF-based Web Viewer type. |
| Keywords | Gets or sets the keywords to be included in the PDF when using the PDF-based Web Viewer type. |
| NeverEmbedFonts | Gets or sets the fonts for the PDF export that should not embed for the PDF-based Web Viewer type. |
| OnlyForPrint | Gets or sets a value indicating whether the PDF is only for print. |
| OwnerPassword | Gets or sets the owner's password for the PDF when encryption is enabled. |
| Pagination | Gets or sets a value indicating whether pagination is enabled in the PDF-based Web Viewer type. |
| PdfReExclusiveSettings | Gets or sets the PDF RE exclusive options. |
| Permissions | Gets or sets the permissions for the PDF when encryption is enabled. |
| PrintPresets | Gets or sets the print presets for the PDF export using for the PDF-based Web Viewer type. |
| Subject | Gets or sets the subject to be included in the PDF when using the PDF-based Web Viewer type. |
| Title | Gets or sets the title to be included in the PDF when using the PDF-based Web Viewer type. |
| Use128Bit | Gets or sets a value indicating whether to use 128-bit encryption for the PDF when encryption is enabled. |
| UserPassword | Gets or sets the user's password for the PDF when encryption is enabled. |
| Version | Gets or sets the version of the PDF to use when using the PDF-based Web Viewer type. |
| Watermark | Gets or sets the PDF watermark settings. |
| Name | Description |
|---|---|
| ToString() | Returns this instance of PdfExportOptions converted to a string. |