Skip to content

Commit b151b41

Browse files
Merge pull request #66 from datalogics/develop
Develop
2 parents 210189d + 8fb2273 commit b151b41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Images/DocToImages/DocToImages.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* one per page. You can also create a mult-page TIFF file. This program requires that you enter
1010
* formatting values manually at the command line.
1111
*
12-
* Copyright (c) 2007-2023, Datalogics, Inc. All rights reserved.
12+
* Copyright (c) 2007-2025, Datalogics, Inc. All rights reserved.
1313
*
1414
*/
1515

@@ -422,7 +422,7 @@ static void Usage()
422422
Console.WriteLine("-grayhalftone = [n|y] - is a grayscale image halftone? Only valid for format=tif and color=gray.");
423423
Console.WriteLine("-first=[y|n] Only convert the first PDFL page, default=n");
424424
Console.WriteLine("-quality=1-100. Only valid for an output type of jpg, default for jpg is 75");
425-
Console.WriteLine("resolution=[horiz x vert] ( target DPI, [12-1200], default=300");
425+
Console.WriteLine("-resolution=[horiz x vert] ( target DPI, [12-1200], default=300");
426426
Console.WriteLine("\tA single value sets both horizontal and vertical the same.");
427427
Console.WriteLine("\tex: resolution=300 -or - resolution=480x640");
428428
Console.WriteLine("-fontlist=\"dir1;dir2;dirN\"");

0 commit comments

Comments
 (0)