WordProcessingInputOptions Class

Represents a set of Word Processing input options used for document conversion.

Definition

Namespace: GleamTech.DocumentUltimate
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
C#
public class WordProcessingInputOptions : InputOptions
Inheritance
Object    InputOptions    WordProcessingInputOptions

Constructors

WordProcessingInputOptionsInitializes a new instance of the WordProcessingInputOptions class.
WordProcessingInputOptions(DocumentFormat)Initializes a new instance of the WordProcessingInputOptions class with a document format.

Properties

Encoding Gets or sets the encoding that will be used to load an Html or Txt document if the encoding is not specified in the file. If encoding is not specified in HTML/TXT and this property is null, then the converter will try to automatically detect the encoding. The default is null.
FieldFileName Gets or sets the value to be used for the FileName field in a Word document. When the input is a file on disk, this field is automatically updated to the original file name when saved. However when the input is a stream, the file name will not be known so you can set this property to make sure FileName field contains the correct file name.
FormatGets or sets the format to convert from.
(Inherited from InputOptions)
PasswordGets or sets the password which is used for loading a protected document.
(Inherited from InputOptions)
UpdateFields Gets or sets a value indicating if fields should be updated before the document is rendered/converted. The default is true. When set to true, it will mimic default "Save as PDF" or "Print" behaviour in Microsoft Word. For example, if you see "Error! Reference Source Not Found" messages instead of clickable links in the rendered document, you can set this to false (until you actually fix reference errors in your document).

See Also