Welcome to LEAD Support Forum Login | Register | Faq  

    LEAD Support Forum
  Resource to find answers and post technical questions about LEAD products.
Search    
   

Re: Multliple Image Files in one file - search by tag
Started by delemed at 07-24-2008 11:05. Topic has 1 replies.

Print Search « Previous Thread Next Thread »
  07-24-2008, 11:05
delemed is not online. Last active: 10/16/2008 10:24:30 AM delemed

Top 150 Posts
Joined on 04-11-2008
Posts 19
Multliple Image Files in one file - search by tag
Reply Quote
Ok, I did it like you told me. Works pretty fine, but If I want to access a single page, I have to do that by page number. Is it possible to get a single page out of the tiff-file by using its original-filename? Or can I set some tags for each page, which I can use to "address" the different images in the tiff-file?

   Report 
  07-28-2008, 8:24
Adam Boulad is not online. Last active: 1/8/2009 3:31:15 PM Adam Boulad



Top 10 Posts
Joined on 09-16-2007
Posts 541
Re: Multliple Image Files in one file - search by tag
Reply Quote

You cannot load a page based on its original file name (before it was added as a TIFF page). However, you can write tags or comments (original file name) to a TIF file pages using the WriteTag Method or the WriteComment Method, and then search the pages of the Multi-page file for the Tag/Comment (which is the original file name) using the ReadTag Method or ReadComment Method.

 

Some tags that you can use to write the description or name of original file are:

RasterCommentMetadataType.Description

RasterCommentMetadataType.NameOfDocument

RasterCommentMetadataType.NameOfPage

 

For more information, please refer to the .NET help file topics:

'ReadTag Method', 'ReadComment Method', 'WriteComment Method' and 'WriteTag Method'.


Adam Boulad
LEADTOOLS Technical Support

   Report 
Post
LEAD Support Fo... » Developer » File Formats » Re: Multliple Image Files in one file - search by tag

Powered by Community Server, by Telligent Systems