Name | Description | |
---|---|---|
Application | Gets or sets the value that appears for “Application” inside the Document Properties dialog of the PDF viewer application. | |
Author | Gets or sets the 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 | Gets or sets the number of columns to set for the report. This value overrides the report's original settings. | |
ColumnSpacing | Gets or sets 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 | Gets or sets the resolution of the output device in x-direction. The default value is 300. | |
DpiY | Gets or sets the resolution of the output device in y-direction. The default value is 300. | |
EmbedFonts | Gets or sets the value indicating whether the fonts used in th report are embedded in the PDF document. You can choose from the following options: All: Embed all fonts except the one's specified in NeverEmbedFonts property. Partial: Embed fonts displaying non-ASCII characters. None: Do not embed fonts. | |
Encrypt | Gets or sets a value indicating whether the document is encrypted or not. | |
EndPage | Gets or sets 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 | Gets or sets keywords associated with the document. | |
MarginBottom | Gets or sets 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 | Gets or sets 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 | Gets or sets 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 | Gets or sets 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. | |
NeverEmbedFonts | Gets or sets a semicolon-delimited string of font families which should not be embedded in the pdf document. | |
OptimizeStatic | True to generate a PDF file optimized with XObjects. Static report items are reused to a generate a smaller PDF file in less time. | |
OwnerPassword | Gets or sets the owner password that can be entered in the reader that permits full access to the document regardless of the specified user permissions. | |
PageHeight | Gets or sets 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 | Gets or sets 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 | Gets or sets the the user permissions for the document. The PdfPermissions values can be combined using a bitwise OR combination. | |
PrintLayoutMode | Gets or sets the layout mode to be used for PDF document. | |
PrintOnOpen | Gets or sets the value indicating whether the document should be printed after open. | |
PrintPresets | Gets or sets the PDF print dialog presets. | |
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 | Gets or sets a value indicating whether PDF pages are fit to the selected paper size or not. | |
StartPage | Gets or sets the first page of the report to render. A value of 0 indicates that all pages are rendered. The default value is 1. | |
Subject | Gets or sets the subject of the document. | |
Title | Gets or sets 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 | Gets or sets the watermark angle for PDF document. | |
WatermarkColor | Gets or sets the watermark color for PDF document. | |
WatermarkFont | Gets or sets the watermark font for PDF document. | |
WatermarkTitle | Gets or sets the watermark title for PDF document. |