How do I access the individual pages in a Multi-Page TIFF file with ImageControls 2.0?
If you are viewing then use the Page property of the KViewcontrol: KView1.Page = 1 If you are scanning using a scanner then set the PEPage property in the PageEnd event of the KScan control: KScan1.PEPage = 1 If you are scanning/importing from disk then use the PSPage property in the PageStart event of the KScan control: KScan1.PSPage = 1 If you are printing an image to a printer then use the PSPage property in the PageStart event of the KPrnt control: KPrnt1.PSPage = 1 If you are printing to a file then use the PEPage property in the PageEnd event of the KPrnt control: KPrnt1.PEPage = 1