CreateHtmlInfo Members
Include Protected Members
Include Inherited Members
NOTE: This API is now obsolete.
Contains the results of the document conversion.
The CreateHtmlInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CreateHtmlInfo | Obsolete. Initializes a new instance of the CreateHtmlInfo class. |
Top
Properties
Name | Description | |
---|---|---|
ce | Obsolete. Gets or sets a constant value that reports errors that may occur during the document conversion process. | |
fHasMainFile | Obsolete. Gets a value indicating whether the HTML results of the document conversion include a main HTML file. | |
fHasThicket | Obsolete. Gets or sets a Boolean value that indicates whether the HTML results of the document conversion include supporting files in addition to the main HTML file. | |
rgbMainFile | Obsolete. Gets or sets the binary contents of the main HTML file resulting from the document conversion. | |
rgrgbThicketFiles | Obsolete. Gets or sets the binary contents of the supporting files, if any, resulting from the document conversion | |
rgstrThicketFileNames | Obsolete. Gets or sets the name of the additional supporting files, if any, generated by the document conversion. | |
strMainFileName | Obsolete. Gets or sets the name of the main HTML file generated by the document conversion. | |
strMainFilePath | Obsolete. Gets or sets the location of the main HTML file generated by the document conversion. | |
strThicketFolderName | Obsolete. Gets or sets the location of the supporting files included as part of the results of the document conversion. |
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