Universal Document Converter
Informazioni sul prodotto
Scarica
Acquista
Tutorial
Soluzioni per sviluppatori
Servizio di assistenza
Chi è fCoder SIA


      Cerca nel sito
   


      Conversioni più richieste
Da Adobe PDF a JPEG
Da documento Word a PDF
Da foglio di lavoro Excel a PDF
Da PowerPoint a JPEG
Da disegno Visio a PDF
Da disegno AutoCAD a TIFF
Da pagina Web a JPEG
Convertire di lavoro Excel in PDF
Convertire da DjVu in PDF
Pagine Web in PDF



Pagina principale>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 Chi è fCoder SIA | Mappa del sito