From 99fe9f2f9f2b76886a0d050c2ce30f412fc86ce3 Mon Sep 17 00:00:00 2001 From: Joseph Argento Date: Tue, 11 Mar 2025 15:30:50 -0500 Subject: [PATCH] Simplify description. --- Images/ImageImport/ImageImport.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Images/ImageImport/ImageImport.cs b/Images/ImageImport/ImageImport.cs index 6e2530b..d2e395c 100644 --- a/Images/ImageImport/ImageImport.cs +++ b/Images/ImageImport/ImageImport.cs @@ -5,11 +5,9 @@ /* * - * This program demonstrates how to import images into a PDF file. The program runs without - * prompting you, and creates two PDF files, demonstrating how to import graphics from image files - * into a PDF file. One of the PDF output files is the result of graphics imported from a multi-page TIF file. + * This sample demonstrates how to import an image into a PDF file. * - * Copyright (c) 2007-2023, Datalogics, Inc. All rights reserved. + * Copyright (c) 2007-2025, Datalogics, Inc. All rights reserved. * */