[]
ISettings implementation for Word Rendering Extension.
[TypeConverter(typeof())]
public sealed class Settings : ISettings
Name | Description |
---|---|
Settings() | Initializes a new instance of the Settings class. |
Settings(NameValueCollection) | Allows internal consumers to initialize new instance the class passing settings values via NameValueCollection. |
Name | Description |
---|---|
Author | Gets or sets the name of the author of document. |
BaseUrl | Gets or sets the base Url used for hyperlinks on the document. |
Categories | Gets or sets the categories of the document. |
CompanyName | Gets or sets the company name used for exported file document properties. |
DocumentCompatibilityVersion | Gets or sets the word version which should open the exported document. |
DpiX | Adjust the horizontal resolution of custom report items. The default value is 96. |
DpiY | Adjust the vertical resolution of custom report items. The default value is 96. |
FileFormat | Indicates whether to use WordHtml or OpenXml format for the output file. WordHtml is default. |
FontEmbeddingMode | Gets or sets a value that specifies how fonts are embedded in the exported DOCX file. |
Generator | Gets or sets identity of the generator of the document. |
PageHeight | Gets or sets the height of the page of rendered document. Value corresponds to values passed in Length class("8.5in", "11cm", etc.). |
PageSettings | Gets or sets the settings of page size and orientation. |
PageWidth | Gets or sets the width of the page of rendered document. Value corresponds to values passed in Length class("8.5in", "11cm", etc.). |
SecuritySettings | Gets or sets the settings of document encryption and security. |
TOCAutoUpdate | If true, macros will be inserted in the document which automatically updates the TOC control on opening the exported file. |
Title | Gets or sets the title of the document. |
UseMhtOutput | Gets or sets the value indicates should Mht output be used for resulted word document or not. |
Name | Description |
---|---|
implicit operator NameValueCollection(Settings) | Performs an implicit conversion from Settings to NameValueCollection. |