Share via


CreateHtmlInfo.rgrgbThicketFiles Property

NOTE: This API is now obsolete.

Gets or sets the binary contents of the supporting files, if any, resulting from the document conversion

Namespace:  Microsoft.HtmlTrans
Assembly:  Microsoft.HtmlTrans.Interface (in Microsoft.HtmlTrans.Interface.dll)

Syntax

'Declaration
<ObsoleteAttribute("Use CreateDCInfo instead")> _
Public Property rgrgbThicketFiles As Byte()()
    Get
    Set
'Usage
Dim instance As CreateHtmlInfo
Dim value As Byte()()

value = instance.rgrgbThicketFiles

instance.rgrgbThicketFiles = value
[ObsoleteAttribute("Use CreateDCInfo instead")]
public byte[][] rgrgbThicketFiles { get; set; }

Property Value

Type: []
An array of Byte arrays that contains the supporting files.

Remarks

The rgrgbThicketFiles property contains the binary contents of the supporting files, if any, resulting from the document conversion when the fReturnFileBits argument of the [M:Microsoft.HtmlTrans.IHtmlTrLauncher.CHICreateHtml(System.String,System.Byte[],Microsoft.HtmlTrans.BrowserType,System.String,System.String,System.Int32,System.Boolean] method is set to true.

See Also

Reference

CreateHtmlInfo Class

CreateHtmlInfo Members

Microsoft.HtmlTrans Namespace