PTKResolution example for C++ Builder

void __fastcall TForm1::Button1Click(TObject *Sender)
{
   /* Set new PTK option */
   LEADImage1->PTKResolution= 120;

   /* Now load the PTK file */
   LEADImage1->Load( "c:\\Image1.ptk", 0, 1, 1 );
}