Search found 3 matches

by cealex
Thu May 05, 2011 6:49 pm
Forum: Document Viewing
Topic: multiple tiff files in BookmarksTree viewer
Replies: 6
Views: 3788

Re: multiple tiff files in BookmarksTree viewer

i decide to implement my own treeview, thank you anyway ... I don't want to update to the last version because i'm using the "beta" release with the Imprinter's methods, and i'm affraid that this methods are not yet available in that version ... /* TwainEnableImprinter() TwainGetAvailableI...
by cealex
Wed May 04, 2011 6:58 pm
Forum: Document Viewing
Topic: multiple tiff files in BookmarksTree viewer
Replies: 6
Views: 3788

Re: multiple tiff files in BookmarksTree viewer

thank you for your quick response. I'm developing in c# , vs 2008, the code i'm using is GdViewer1.ZoomMode = ViewerZoomMode.ZoomModeFitToViewer; m_ImageID = oGdPictureImaging.CreateGdPictureImageFromFile(""); if (m_ImageID != 0) { GdViewer1.DisplayFromGdPictureImage(m_ImageID); for (int i...
by cealex
Wed May 04, 2011 4:49 pm
Forum: Document Viewing
Topic: multiple tiff files in BookmarksTree viewer
Replies: 6
Views: 3788

multiple tiff files in BookmarksTree viewer

Hi All, it's possible to loaded multiple tiff files into a GdPicture BookmarksTree viewer and showing all of them. I saw a example using AddItemFromGdPictureImage method but for the ThumbnailEx class, I would like something like this: BookmarksTree1.additemxxx ( m_ImageID_1); BookmarksTree1.additemx...