Class HtmlConverter
Info
Mewakili plugin Documentize.HtmlConverter. Digunakan untuk mengubah dokumen PDF ke format HTML dan dokumen HTML ke format PDF.
[Obsolete("Kelas ini akan dihapus segera. Harap gunakan kelas PdfConverter.")]
public static class HtmlConverterPewarisan
Anggota Yang Dwarisi
- object.GetType(),
- object.MemberwiseClone(),
- object.ToString(),
- object.Equals(object?),
- object.Equals(object?, object?),
- object.ReferenceEquals(object?, object?),
- object.GetHashCode()
Metode
Process(PdfToHtmlOptions)
Mengubah dokumen PDF ke format HTML.
public static ResultContainer Process(PdfToHtmlOptions options)Parameter
optionsPdfToHtmlOptions: Sebuah objek opsi yang berisi instruksi untuk operasi.
Mengembalikan
ResultContainer : Sebuah objek yang berisi hasil dari operasi.
Pengecualian
Jika opsi tidak disetel.
Process(HtmlToPdfOptions)
Mengubah dokumen HTML ke format PDF.
public static ResultContainer Process(HtmlToPdfOptions options)Parameter
optionsHtmlToPdfOptions: Sebuah objek opsi yang berisi instruksi untuk operasi.
Mengembalikan
ResultContainer : Sebuah objek yang berisi hasil dari operasi.
Pengecualian
Jika opsi tidak disetel.
Namespace: Documentize Assembly: Documentize.dll