Compartir a través de


: CreateDCInfo.rgbMainFile (Propiedad) (Microsoft.HtmlTrans)

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

Espacio de nombres:
Ensamblado: Microsoft.HtmlTrans.Interface (in microsoft.htmltrans.interface.dll)

Sintaxis

'Declaración
Public Property rgbMainFile As Byte()
'Uso
Dim instance As CreateDCInfo
Dim value As Byte()

value = instance.rgbMainFile

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

Valor de propiedad

A Byte array that contains the main file.

Vea también

Referencia

CreateDCInfo (Clase)
CreateDCInfo (Miembros)
Microsoft.HtmlTrans (Espacio de nombres)