ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Pdf Assembly / GrapeCity.ActiveReports.Export.Pdf.Page Namespace / Settings Class
Properties Methods

In This Topic
    Settings Class Members
    In This Topic

    The following tables list the members exposed by Settings.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the Settings class.  
    Top
    Public Properties
     NameDescription
    Public PropertyAdditional metadata associated with this document  
    Public PropertyGets or sets the value that appears for “Application” inside the Document Properties dialog of the PDF viewer application.  
    Public PropertyDocument level file attachments  
    Public PropertyGets or sets the the name of the person who created the document.  
    Public PropertyTrue to position the document’s window in the center of the screen. Default value: false.  
    Public PropertySpecifies how the document should be displayed when opened.  
    Public PropertyTrue 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.  
    Public PropertyGets or sets the path to the PDF document that should be inserted to the end of the rendering output.  
    Public PropertyGets or sets the path to the PDF document that should be inserted to the beginning of the rendering output.  
    Public PropertyGets or sets the resolution of the output device in x-direction. The default value is 300.  
    Public PropertyGets or sets the resolution of the output device in y-direction. The default value is 300.  
    Public Property

    Gets or sets the value indicating whether the fonts used in the report are embedded in the PDF document. You can choose from the following options:

    All: Embeds all the fonts regardless of the one's specified in NeverEmbedFonts property.

    Partial: Embeds fonts except the one's specified in NeverEmbedFonts property.

    None: Do not embed fonts.

     
    Public PropertyGets or sets a value indicating whether the document is encrypted or not.  
    Public PropertyGets or sets the last page of the report to render. The default value is the value for StartPage.  
    Public PropertyGets or sets a comma-delimited string of font families to locate missing glyphs from the original font.  
    Public PropertyTrue to resize the document’s window to fit the size of the first displayed page. Default value: false.  
    Public PropertyTrue to hide the viewer application’s menu bar when the document is active. Default value: false.  
    Public PropertyTrue to hide the viewer application’s toolbars when the document is active. Default value: false.  
    Public PropertyTrue 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.  
    Public PropertyInterpolation value of images. Allows to enable/disable image interpolation, when exporting the file to PDF.  
    Public PropertyGets or sets keywords associated with the document.  
    Public PropertyGets or sets a semicolon-delimited string of font families which should not be embedded in the pdf document.  
    Public PropertyGets 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.  
    Public PropertyGets 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.  
    Public PropertyGets 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.  
    Public PropertyBy default, each page of a report is rendered as a separate image. Set this value to False to render the entire report as a single image.  
    Public PropertyGets or sets the the user permissions for the document. The PdfPermissions values can be combined using a bitwise OR combination.  
    Public PropertyGets or sets the layout mode to be used for PDF document.  
    Public PropertyGets or sets the value indicating whether the document should be printed after open.  
    Public PropertyGets or sets the PDF print dialog presets.  
    Public PropertyGets/sets the signing certificate file name location  
    Public PropertyGets/sets the signing certificate password  
    Public PropertyGets/sets type of the signature certification  
    Public PropertyGets/sets the signing contact.  
    Public PropertyGets or sets the signature digest algorithm.  
    Public PropertyGets/sets value visibility for the Distinguished Name of the certificate. If true, then the value will be written  
    Public PropertyGets/sets value, indicating that label for the Distinguished Name of the certificate should be shown  
    Public PropertyGets/sets the signing certificate format. PAdES support means ETSI_CAdES_detached format.  
    Public PropertyGets/sets the signing location.  
    Public PropertyGets/sets value, indicating that label for the name of the certificate should be shown  
    Public PropertyGets/sets value visibility for the name of the certificate. If true, then the value will be written  
    Public PropertyGets/sets the signing reason.  
    Public PropertyGets/sets the sign date. Default value is DateTime.Now  
    Public PropertyGets/sets the bounds of the signature  
    Public PropertyGets/sets the custom text that drawn on signature  
    Public Propertygets/sets stamp text font  
    Public Propertygets/sets stamp text font  
    Public Propertygets/sets stamp text font  
    Public PropertyGets/sets stamp image alignment inside signature  
    Public PropertyGets/sets the file location for image shown on signature  
    Public PropertyGets/sets area where image should be placed. By default entire signature rectangle will be used.  
    Public PropertyGets/sets index of the page, where signature should be placed  
    Public PropertyGets/sets stamp text alignment  
    Public PropertyGets/sets stamp text color  
    Public PropertyGets/sets area where text should be placed. By default entire signature area will be used.  
    Public PropertyGets the settings for TSA server  
    Public PropertyGets/sets visible type for the signature  
    Public PropertyGets or sets a value indicating whether PDF pages are fit to the selected paper size or not.  
    Public PropertyGets 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.  
    Public PropertyGets or sets the subject of the document.  
    Public PropertyGets or sets the document's title.  
    Public PropertyTrue 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.  
    Public Property
    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.
     
    Public PropertySets output PDF version.  
    Public PropertyGets or sets the watermark angle for PDF document.  
    Public PropertyGets or sets the watermark color for PDF document.  
    Public PropertyGets or sets the watermark font for PDF document.  
    Public PropertyGets or sets the font size for watermark  
    Public PropertySpecifies the font style.  
    Public PropertySpecifies whether the watermark for a PDF document should appears only on printed pages.  
    Public PropertyGets or sets the watermark title for PDF document.  
    Top
    Public Methods
     NameDescription
    Public MethodApplies any settings passed in the NameValueCollection settings parameters.  
    Top
    See Also