CreateDCInfo Members

Include Protected Members
Include Inherited Members

Provides methods to access and manage file content and information in a document conversion. For more information, contact us.

The CreateDCInfo type exposes the following members.

Constructors

  Name Description
Public method CreateDCInfo Initializes a new instance of the CreateDCInfo class. For more information, contact us.

Top

Properties

  Name Description
Public property ce Gets or sets the return code that the conversion framework will return.
Public property ErrorString Gets or sets the error message that the converter might create.
Public property HasErrorString Gets a Boolean value that indicates whether the converter created an error string, i.e., whether the property value of ErrorString is valid.
Public property HasMainFile Gets a Boolean value that indicates whether the converter produced output.
Public property 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).
Public property MainFileName Reserved for internal use. Gets or sets the name of the main file.
Public property rgbMainFile Gets or sets a Byte array that contains the main file that the converter produced.
Public property 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).
Public property rgSupportingFileNames Reserved for internal use. Gets or sets an array that contains the names of additional files that the converter might have produced.
Public property SupportingFolderName Reserved for internal use. Gets or sets the name of the folder where the additional files got created.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

CreateDCInfo Class

Microsoft.HtmlTrans Namespace