Converter

Converter class

Fachada compartida solo para los escenarios de conversión más frecuentes. Proporciona una amplia gama de conversiones a los formatos populares, como PDF, XPS, formatos de imagen, etc. y funciones API de bajo nivel documentadas.

public static class Converter

Métodos

NombreDescripción
static ConvertSVG(string, ImageSaveOptions, ICreateStreamProvider)Convertir fuente svg a imagen. El resultado es un archivo de imagen.
static ConvertSVG(string, ImageSaveOptions, string)Convertir documento svg a imagen. El resultado es un archivo de imagen.
static ConvertSVG(string, PdfSaveOptions, ICreateStreamProvider)Convertir fuente svg a pdf. El resultado es un archivo pdf.
static ConvertSVG(string, PdfSaveOptions, string)Convertir fuente svg a pdf. El resultado es un archivo pdf.
static ConvertSVG(string, XpsSaveOptions, ICreateStreamProvider)Convertir fuente svg a xps. El resultado es un archivo xps.
static ConvertSVG(string, XpsSaveOptions, string)Convertir fuente svg a xps. El resultado es un archivo xps.
static ConvertSVG(SVGDocument, ImageSaveOptions, ICreateStreamProvider)Convertir fuente svg a imagen. El resultado es un archivo de imagen.
static ConvertSVG(SVGDocument, ImageSaveOptions, string)Convertir documento svg a imagen. El resultado es un archivo de imagen.
static ConvertSVG(SVGDocument, PdfSaveOptions, ICreateStreamProvider)Convertir fuente svg a pdf. El resultado es un archivo pdf.
static ConvertSVG(SVGDocument, PdfSaveOptions, string)Convertir fuente svg a pdf. El resultado es un archivo pdf.
static ConvertSVG(SVGDocument, XpsSaveOptions, ICreateStreamProvider)Convertir fuente svg a xps. El resultado es un archivo xps.
static ConvertSVG(SVGDocument, XpsSaveOptions, string)Convierte el documento svg a xps. El resultado es un archivo xps.
static ConvertSVG(Url, ImageSaveOptions, ICreateStreamProvider)Convertir fuente svg a imagen. El resultado es un archivo de imagen.
static ConvertSVG(Url, ImageSaveOptions, string)Convertir documento svg a imagen. El resultado es un archivo de imagen.
static ConvertSVG(Url, PdfSaveOptions, ICreateStreamProvider)Convertir fuente svg a pdf. El resultado es un archivo pdf.
static ConvertSVG(Url, PdfSaveOptions, string)Convertir fuente svg a pdf. El resultado es un archivo pdf.
static ConvertSVG(Url, XpsSaveOptions, ICreateStreamProvider)Convertir fuente svg a xps. El resultado es un archivo xps.
static ConvertSVG(Url, XpsSaveOptions, string)Convertir fuente svg a xps. El resultado es un archivo xps.
static ConvertSVG(string, Configuration, ImageSaveOptions, ICreateStreamProvider)Convertir fuente svg a imagen. El resultado es un archivo de imagen.
static ConvertSVG(string, Configuration, ImageSaveOptions, string)Convertir documento svg a imagen. El resultado es un archivo de imagen.
static ConvertSVG(string, Configuration, PdfSaveOptions, ICreateStreamProvider)Convertir fuente svg a pdf. El resultado es un archivo pdf.
static ConvertSVG(string, Configuration, PdfSaveOptions, string)Convertir fuente svg a pdf. El resultado es un archivo pdf.
static ConvertSVG(string, Configuration, XpsSaveOptions, ICreateStreamProvider)Convertir fuente svg a xps. El resultado es un archivo xps.
static ConvertSVG(string, Configuration, XpsSaveOptions, string)Convertir fuente svg a xps. El resultado es un archivo xps.
static ConvertSVG(string, string, ImageSaveOptions, ICreateStreamProvider)Convertir fuente svg a imagen. El resultado es un archivo de imagen.
static ConvertSVG(string, string, ImageSaveOptions, string)Convertir documento svg a imagen. El resultado es un archivo de imagen.
static ConvertSVG(string, string, PdfSaveOptions, ICreateStreamProvider)Convertir fuente svg a pdf. El resultado es un archivo pdf.
static ConvertSVG(string, string, PdfSaveOptions, string)Convertir fuente svg a pdf. El resultado es un archivo pdf.
static ConvertSVG(string, string, XpsSaveOptions, ICreateStreamProvider)Convertir fuente svg a xps. El resultado es un archivo xps.
static ConvertSVG(string, string, XpsSaveOptions, string)Convertir fuente svg a xps. El resultado es un archivo xps.
static ConvertSVG(Url, Configuration, ImageSaveOptions, ICreateStreamProvider)Convertir fuente svg a imagen. El resultado es un archivo de imagen.
static ConvertSVG(Url, Configuration, ImageSaveOptions, string)Convertir documento svg a imagen. El resultado es un archivo de imagen.
static ConvertSVG(Url, Configuration, PdfSaveOptions, ICreateStreamProvider)Convertir fuente svg a pdf. El resultado es un archivo pdf.
static ConvertSVG(Url, Configuration, PdfSaveOptions, string)Convertir fuente svg a pdf. El resultado es un archivo pdf.
static ConvertSVG(Url, Configuration, XpsSaveOptions, ICreateStreamProvider)Convertir fuente svg a xps. El resultado es un archivo xps.
static ConvertSVG(Url, Configuration, XpsSaveOptions, string)Convertir fuente svg a xps. El resultado es un archivo xps.
static ConvertSVG(string, string, Configuration, ImageSaveOptions, ICreateStreamProvider)Convertir fuente svg a imagen. El resultado es un archivo de imagen.
static ConvertSVG(string, string, Configuration, ImageSaveOptions, string)Convertir documento svg a imagen. El resultado es un archivo de imagen.
static ConvertSVG(string, string, Configuration, PdfSaveOptions, ICreateStreamProvider)Convertir fuente svg a pdf. El resultado es un archivo pdf.
static ConvertSVG(string, string, Configuration, PdfSaveOptions, string)Convertir fuente svg a pdf. El resultado es un archivo pdf.
static ConvertSVG(string, string, Configuration, XpsSaveOptions, ICreateStreamProvider)Convertir fuente svg a xps. El resultado es un archivo xps.
static ConvertSVG(string, string, Configuration, XpsSaveOptions, string)Convertir fuente svg a xps. El resultado es un archivo xps.

Ver también