Universal Document Converter
Información general
Descargas
Comprar
Tutoriales
Desarrolladores
Soporte técnico
Acerca de fCoder SIA


      Búsqueda en el sitio
   


      Conversiones populares
Adobe PDF a JPEG
Word Document a PDF
Hojas de cálculo Excel a PDF
PowerPoint a JPEG
Diseño Visio a PDF
Diseño AutoCAD a TIFF
Página web a JPEG
Convertir de cálculo Excel a PDF
Convertir DjVu a PDF
Convertir una página web a PDF

      Tutorial de vídeo
Ver el tutorial



Página principal>Developer Solutions>Interfaces>IUDC>IUDCPrinter>IProfile>IFileFormats

IFileFormats


The IFileFormats interface is used to control output file format and to configure principal file settings.

Properties

Enum ActualFormat

Defines the format that output files will be saved in. It is both readable and writable.
ConstantValueDescription
FMT_BMP0BMP
FMT_DCX5DCX
FMT_GIF1GIF
FMT_JPEG2JPEG
FMT_PCX4PCX
FMT_PNG6PNG
FMT_TIFF3TIFF
FMT_PDF7PDF

IBMP BMP
Provides access to the IBMP interface which is designed to configure output files to be saved in BMP format.

IDCX DCX
Provides access to the IDCX interface which is designed to configure output files to be saved in DCX format.

IGIF GIF
Provides access to the IGIF interface which is designed to configure output files to be saved in GIF format.

IJPEG JPEG
Provides access to the IJPEG interface which is designed to configure output files to be saved in JPEG format.

IPCX PCX
Provides access to the IPCX interface which is designed to configure output files to be saved in PCX format.

IPDF PDF
Provides access to the IPDF interface which is designed to configure output files to be saved in PDF format.

IPNG PNG
Provides access to the IPNG interface which is designed to configure output files to be saved in PNG format.

ITIFF TIFF
Provides access to the ITIFF interface which is designed to configure output files to be saved in TIFF format.

Examples

Visual Basic 6

Dim objUDC As IUDC Dim itfPrinter As IUDCPrinter Dim itfProfile As IProfile Set objUDC = New UDC.APIWrapper Set itfPrinter = objUDC.Printers("Universal Document Converter") Set itfProfile = itfPrinter.Profile itfProfile.FileFormat.ActualFormat = FMT_PDF


© fCoder SIA Acerca de fCoder SIA | Mapa del sitio