Universal Document Converter
Product Overview
Download
Purchase
Tutorials
Developer Solutions
Support Service
About fCoder SIA


      Site search
   


      Popular conversions
PDF to JPG converter
Convert Word to PDF
Convert PDF to TIFF
Autocad to PDF converter
Convert Word to JPG
Powerpoint to PDF converter
Printing to PDF
Convert Excel to PDF
Convert DJVU to PDF
Convert Web Page to PDF

      Video tutorials
Show tutorial



Main page>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 About fCoder SIA | Privacy Policy | Site Map