DocumentConverterResult Class

Represents the result of a document conversion.

Definition

Namespace: GleamTech.DocumentUltimate
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 6.9.7
C#
public class DocumentConverterResult
Inheritance
Object    DocumentConverterResult

Properties

ElapsedTimeGets the total elapsed time for the document conversion.
OutputFiles Gets the paths of the converted document files. When there is only one output file, the value will be a single item array. If the output is a directory (e.g. for Web format), the string will have a trailing backslash (\).

See Also