CreateDCInfo Members

Include Protected Members
Include Inherited Members

Provides methods to access and manage file content and information in a document conversion.

The CreateDCInfo type exposes the following members.

Constructors

  Name Description
CreateDCInfo Infrastructure.

Top

Properties

  Name Description
ce Gets or sets the return code that the conversion framework will return.
ErrorString Gets or sets the error message that the converter might create.
HasErrorString Gets a Boolean value that indicates whether the converter created an error string, i.e., whether the property value of ErrorString is valid.
HasMainFile Gets a Boolean value that indicates whether the converter produced output.
HasSupportingFiles Gets a Boolean value that indicates whether the converter produced additional files on top of the main file (e.g., images in addition to an HTML file).
MainFileName Infrastructure. Gets or sets the name of the main file.
rgbMainFile Gets or sets a Byte array that contains the main file that the converter produced.
rgrgbSupportingFiles Gets or sets an array of Byte arrays that contain additional files that the converter might have produced (for example, images for an HTML file).
rgSupportingFileNames Infrastructure. Gets or sets an array that contains the names of additional files that the converter might have produced.
SupportingFolderName Infrastructure. Gets or sets the name of the folder where the additional files got created.

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

See Also

Reference

CreateDCInfo Class

Microsoft.HtmlTrans Namespace