12-20-2007, 15:16
|
jworksinc
Joined on 12-19-2007
Posts 3
|
|
|
That was my mistake. Revised code:
IRasterImage tempimage = Codec.Load("c:\\in.pdf");
tempimage.XResolution = 204;
tempimage.YResolution = 196;
Codec.Save(tempimage, "c:\\out.tif" RasterImageFormat.TifCcittGroup31Dim, 1, 1, 1, 1, Leadtools.Codecs.CodecsSavePageMode.Overwrite);
This results in:
CCITT G3
WIDTH = 612
LENGTH = 792
X Resolution = 204
Y Resolution = 196
How do I get the WIDTH and LENGTH to be 1728, 2156 respectively?
|
|
|
|
|
Report
|
|
|
|