CreateDCInfo.rgbMainFile Property

Gets or sets a Byte array that contains the main file that the converter produced.

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

Syntax

Public Property rgbMainFile As Byte()
    Get
    Set

Dim instance As CreateDCInfo
Dim value As Byte()

value = instance.rgbMainFile

instance.rgbMainFile = value
public byte[] rgbMainFile { get; set; }

Property Value

Type: []
A Byte array that contains the main file.

See Also

Reference

CreateDCInfo Class

CreateDCInfo Members

Microsoft.HtmlTrans Namespace