Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How TIF compression type TIFF Listener?
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
How TIF compression type TIFF Listener?
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01039414
Message ID:
01039414
Views:
56
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

Next
Reply
Map
View

Click here to load this message in the networking platform