> What version of ImageEn and the iepdf32.dll are you using?
ImageEn ver. 11.0.1 with iepdf32.dll ver. 119.0.6043.0
> Is iepoAnnotations included in options?
I'm not sure if it's enabled by default so I added it to the demo project in the FormCreate where it's setting other PDFViewer options.
ImageEnView1.PdfViewer.Options := ImageEnView1.PdfViewer.Options + [iepoAutoButtons,iepoAnnotations]; // This is the default anyway
I tested it after setting this and it didn't make a difference.
> Also, I assume you are printing using:
> ImageEnView1.PdfViewer.Print( True );
Yes, this was already set in the demo project.
procedure TfrmMain.miPrintClick(Sender: TObject);
const
Show_Print_Dialog = true;
begin
ImageEnView1.PdfViewer.Print( Show_Print_Dialog );
end;
Is it the version of ImageEn I'm using?