| Name | Description |
| Application | The value that appears for “Application” inside the Document Properties dialog of the PDF viewer application. |
| Author | The name of the person who created the document. |
| CenterWindow | True to position the document’s window in the center of the screen. Default value: false. |
| Columns | The number of columns to set for the report. This value overrides the report's original settings. |
| ColumnSpacing | The column spacing to set for the report. This value overrides the report's original settings. |
| DisplayMode | Specifies how the document should be displayed when opened. |
| DisplayTitle | True if the window’s title bar should display the document title taken from the Title entry in the document information/metadata. If this value is false, the title bar should instead display the name of the PDF file containing the document. Default value: false. |
| DocumentToAddAfterReport | Gets or sets the path to the PDF document that should be inserted to the end of the rendering output. |
| DocumentToAddBeforeReport | Gets or sets the path to the PDF document that should be inserted to the beginning of the rendering output. |
| DpiX | The resolution of the output device in x-direction. The default value is 300. |
| DpiY | The resolution of the output device in y-direction. The default value is 300. |
| Encrypt | Determines whether the document is encrypted or not. |
| EndPage | The last page of the report to render. The default value is the value for StartPage. |
| FallbackFonts | Gets or sets a comma-delimited string of font families to locate missing glyphs from the original font. |
| FitWindow | True to resize the document’s window to fit the size of the first displayed page. Default value: false. |
| HideMenubar | True to hide the viewer application’s menu bar when the document is active. Default value: false. |
| HideToolbar | True to hide the viewer application’s toolbars when the document is active. Default value: false. |
| HideWindowUI | True to hide user interface elements in the document’s window (such as scroll bars and navigation controls), leaving only the document’s contents displayed. Default value: false. |
| ImageInterpolation | Interpolation value of images. Allows to enable/disable image interpolation, when exporting the file to PDF. |
| Keywords | Keywords associated with the document. |
| MarginBottom | The bottom margin value, in inches, to set for the report. You must include an integer or decimal value followed by "in" (for example, 1in). This value overrides the report's original settings. |
| MarginLeft | The left margin value, in inches, to set for the report. You must include an integer or decimal value followed by "in" (for example, 1in). This value overrides the report's original settings. |
| MarginRight | The right margin value, in inches, to set for the report. You must include an integer or decimal value followed by "in" (for example, 1in). This value overrides the report's original settings. |
| MarginTop | The top margin value, in inches, to set for the report. You must include an integer or decimal value followed by "in" (for example, 1in). This value overrides the report's original settings. |
| OwnerPassword | The owner password that can be entered in the reader that permits full access to the document regardless of the specified user permissions. |
| PageHeight | The page height value, in inches, to set for the report. You must include an integer or decimal value followed by "in" (for example, 1in). This value overrides the report's original settings. |
| PageWidth | The page width value, in inches, to set for the report. You must include an integer or decimal value followed by "in" (for example, 1in). This value overrides the report's original settings. |
| Permissions | Specifies the user permissions for the document. The PdfPermissions values can be combined using a bitwise OR combination. |
| PrintLayoutMode | Specifies layout mode to be used for PDF document. |
| PrintOnOpen | Gets or sets the value indicating whether the document should be printed after open. |
| SignatureCertificateFileName | Gets/sets the signing certificate file name location |
| SignatureCertificatePassword | Gets/sets the signing certificate password |
| SignatureCertificationLevel | Gets/sets type of the signature certification |
| SignatureContact | Gets/sets the signing contact. |
| SignatureDistinguishedNameVisible | Gets/sets value visibility for the Distinguished Name of the certificate. If true, then the value will be written |
| SignatureDistinguishedShowLabel | Gets/sets value, indicating that label for the Distinguished Name of the certificate should be shown |
| SignatureLocation | Gets/sets the signing location. |
| SignatureNameShowLabel | Gets/sets value, indicating that label for the name of the certificate should be shown |
| SignatureNameVisible | Gets/sets value visibility for the name of the certificate. If true, then the value will be written |
| SignatureReason | Gets/sets the signing reason. |
| SignatureSignDate | Gets/sets the sign date. Default value is DateTime.Now |
| SignatureStampBounds | Gets/sets the bounds of the signature |
| SignatureStampCustomText | Gets/sets the custom text that drawn on signature |
| SignatureStampFont | Gets/sets stamp text font |
| SignatureStampImageAlignment | Gets/sets stamp image alignment inside signature |
| SignatureStampImageFileName | Gets/sets the file location for image shown on signature |
| SignatureStampImageRectangle | Gets/sets area where image should be placed. By default entire signature rectangle will be used. |
| SignatureStampPageIndex | Gets/sets index of the page, where signature should be placed |
| SignatureStampTextAlignment | Gets/sets stamp text alignment |
| SignatureStampTextColor | Gets/sets stamp text color |
| SignatureStampTextRectangle | Gets/sets area where text should be placed. By default entire signature area will be used. |
| SignatureTimeStamp | Gets the settings for TSA server |
| SignatureVisibilityType | Gets/sets visible type for the signature |
| SizeToFit | Determines whether PDF pages are fit to the selected paper size or not. |
| StartPage | The first page of the report to render. A value of 0 indicates that all pages are rendered. The default value is 1. |
| Subject | The subject of the document. |
| Title | The document’s title. |
| Use128Bit | True to use 128 bit encryption with full permissions capability. False to use 40 bit encryption with limited permissions. The PdfPermissions.AllowFillIn, PdfPermissions.AllowAccessibleReaders, and PdfPermissions.AllowAssembly permissions require this value to be true. |
| UserPassword |
The user password that can be entered in the reader. If this value is left empty, the user will not be prompted for a password, however the user will be restricted by the specified permissions.
|
| Version | Sets output PDF version. |
| WatermarkAngle | Specifies watermark angle for PDF document. |
| WatermarkColor | Specifies watermark color for PDF document. |
| WatermarkFont | Specifies watermark font for PDF document. |
| WatermarkTitle | Specifies watermark title for PDF document. |