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


      Cerca nel sito
   



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


© 2001-2012 fCoder Group, Inc. Chi è fCoder Group | Politica sulla privacy | Mappa del sito