Class JpegConverter

Información

Representa el plugin Documentize.JpegConverter. Se usa para convertir documentos PDF al formato JPEG.

[Obsolete("The class will be deleted soon. Please use PdfConverter class.")]
public static class JpegConverter

Herencia

object
JpegConverter

Miembros heredados

Métodos

Process(PdfToJpegOptions)

Convierte un documento PDF al formato JPEG.

public static ResultContainer Process(PdfToJpegOptions options)

Parámetros

  • options PdfToJpegOptions: Un objeto de opciones que contiene instrucciones para el Documentize.JpegConverter.

Devuelve

ResultContainer : Un objeto que contiene el resultado de la operación.

Excepciones

ArgumentException
Si no se establece options.

Espacio de nombres: Documentize
Ensamblado: Documentize.dll

 Español