CreateDCInfo.rgrgbSupportingFiles Property
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).
Namespace: Microsoft.HtmlTrans
Assembly: Microsoft.HtmlTrans.Interface (in Microsoft.HtmlTrans.Interface.dll)
Syntax
'Declaration
Public Property rgrgbSupportingFiles As Byte()()
Get
Set
'Usage
Dim instance As CreateDCInfo
Dim value As Byte()()
value = instance.rgrgbSupportingFiles
instance.rgrgbSupportingFiles = value
public byte[][] rgrgbSupportingFiles { get; set; }
Property Value
Type: []
A Byte array that contains the additional files.