CreateHtmlInfo.ce Property
NOTE: This API is now obsolete.
Gets or sets a constant value that reports errors that may occur during the document conversion process.
Namespace: Microsoft.HtmlTrans
Assembly: Microsoft.HtmlTrans.Interface (in Microsoft.HtmlTrans.Interface.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use CreateDCInfo instead")> _
Public Property ce As CreationErrorType
Get
Set
'Usage
Dim instance As CreateHtmlInfo
Dim value As CreationErrorType
value = instance.ce
instance.ce = value
[ObsoleteAttribute("Use CreateDCInfo instead")]
public CreationErrorType ce { get; set; }
Property Value
Type: Microsoft.HtmlTrans.CreationErrorType
A CreationErrorType value.
Remarks
The ce property contains a CreationErrorType constant to describe an error that occurs during the custom document conversion process.