ConversionJobSettings Members
Include Protected Members
Include Inherited Members
Defines a collection of settings for all conversions within a single conversion job.
The ConversionJobSettings type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ConversionJobSettings | Initializes a new instance of the ConversionJobSettings class. |
Top
Properties
Name | Description | |
---|---|---|
AddThumbnail | Gets or sets a value that indicates whether the document is saved with an added thumbnail. | |
CompatibilityMode | Gets or sets a CompatibilityMode value that specifies the appropriate compatibility mode for the output file. If the file is not an Open XML File format document, this setting is ignored. | |
DefaultLanguage | Gets or sets a CultureInfo value that specifies a single language to determine how Word Automation Services resolves any language-dependent ambiguities. | |
DoNotEmbedSystemFonts | Gets or sets a value that indicates whether common fonts are included in the output file. | |
EmbedFonts | Gets or sets a value that indicates whether fonts used within the document are obfuscated and saved within the output. | |
FixedFormatSettings | Gets a FixedFormatSettings object, which specifies whether document structure tags are applied to the resulting fixed format output. | |
MarkupView | Specifies the type(s) of markup that should be shown in the document. | |
OutputFormat | Gets or sets a SaveFormat value, which specifies the Save format for this conversion job. | |
OutputSaveBehavior | Gets or sets a SaveBehavior, which specifies the behavior that should be applied when saving converted files to existing file names. | |
RevisionState | Gets or sets a RevisionState value, which specifies the visibility of revisions in the document. | |
SubsetEmbeddedFonts | Gets or sets a value that indicates whether to restrict the characters that are included in the embedded font to only those characters that are required by the current document. | |
UpdateFields | Gets or sets a value that indicates whether any fields in the document are automatically updated when the document is opened. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top