Hi,
I want to print the second page of a TIF file but before, i want to hide a part of it.
so i use :
GDVIEWER with GetRectValues to collect mouse selection,
GDIMAGING with createimagefromfile
GDIMAGIN argb to have white color
GDIMAGIN DrawFillRectangle to draw a white rectangle
GDIMAGIN PrintImageDialogFit
This method always print the first page of the document with a perfect mask (white rectangle).
Thx to guide me
