CreateHtmlInfo.ce Property

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

Public Property ce As CreationErrorType
    Get
    Set

Dim instance As CreateHtmlInfo
Dim value As CreationErrorType

value = instance.ce

instance.ce = value
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.

See Also

Reference

CreateHtmlInfo Class

CreateHtmlInfo Members

Microsoft.HtmlTrans Namespace