Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How TIF compression type TIFF Listener?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
How TIF compression type TIFF Listener?
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01039414
Message ID:
01039414
Vues:
55
From the class MPTiffListener of Europa.vcx:

In method OutputPage:
LPARAMETERS nPageNo, eDevice, nDeviceType, nLeft, nTop, nWidth, nHeight, nClipLeft, nClipTop, nClipWidth, nClipHeight

#define OutputNothing -1
#define OutputTIFF 101
#define OutputTIFFAdditive (OutputTIFF+100)

IF (nDeviceType == OutputNothing)
     IF (nPageNo == 1 AND this.lFirstReportInSet)
        nDeviceType = OutputTIFF &&On the first page, create a new TIFF file
     ELSE 
        nDeviceType = OutputTIFFAdditive
     ENDIF
     THIS.OutputPage(nPageNo, this.targetFilename, nDeviceType)
     NODEFAULT
ENDIF
Is there a way to tweak this method so as to change the output tiff compression or other properties such as color depth?
Dawa Tsering


"Do not let any unwholesome talk come out of your mouths,
but only what is helpful for building others up according to their needs,
that it may benefit those who listen."

- Ephesians 4:29-30 NIV

Dare to Question -- Care to Answer

Time is like water in a sponge, as long as you are willing you can always squeeze some.

--Lu Xun, Father of Modern Chinese Literature

Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform