: CreateDCInfo (Miembros) (Microsoft.HtmlTrans)

Provides methods to access and manage file content and information in a document conversion.

En las siguientes tablas se enumeran los miembros expuestos por el tipo CreateDCInfo .

Constructores públicos

  Nombre Descripción
Método público CreateDCInfo  

Arriba

Propiedades públicas

  Nombre Descripción
Propiedad pública ce Gets or sets the return code that the conversion framework will return.
Propiedad pública ErrorString Gets or sets the error message that the converter might create.
Propiedad pública HasErrorString Gets a Boolean value that indicates whether the converter created an error string, i.e., whether the property value of ErrorString is valid.
Propiedad pública HasMainFile Gets a Boolean value that indicates whether the converter produced output.
Propiedad pública HasSupportingFiles Gets a Boolean value that indicates whether the converter produced additional files on top of the main file (e.g., images in addition to an HTML file).
Propiedad pública MainFileName Gets or sets the name of the main file.
Propiedad pública rgbMainFile Gets or sets a Byte array that contains the main file that the converter produced.
Propiedad pública rgrgbSupportingFiles 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).
Propiedad pública rgSupportingFileNames Gets or sets an array that contains the names of additional files that the converter might have produced.
Propiedad pública SupportingFolderName Gets or sets the name of the folder where the additional files got created.

Arriba

Métodos públicos

(vea también Métodos protegidos )

  Nombre Descripción
Método público Equals  Sobrecargado. (heredado/a de Object)
Método público GetHashCode  (heredado/a de Object)
Método público GetType  (heredado/a de Object)
Método público Estático ReferenceEquals  (heredado/a de Object)
Método público ToString  (heredado/a de Object)

Arriba

Métodos protegidos

  Nombre Descripción
Método protegido Finalize  (heredado/a de Object)
Método protegido MemberwiseClone  (heredado/a de Object)

Arriba

Vea también

Referencia

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