ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 PdfViewer.ShowAllPages:=True; and using MouseInteractGeneral:=[miPdfSelectText,
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

Ralf

120 Posts

Posted - Jul 25 2024 :  08:39:27  Show Profile  Reply
Hello Nigel,

we use PDFIum and we let show AllPages. When we do that then MousinteractGeneral is not used. Is it possible that we can use that feature when we unse ShowAllpages? That would be really nice and our customer ask for that.

Thanks
Ralf

Ralf

120 Posts

Posted - Jul 25 2024 :  08:58:27  Show Profile  Reply
function TIEPdfViewer.IsTextSelectionEnabled(): Boolean;
begin
  Result := False;
  if assigned( fParent ) then
    Result := miPdfSelectText in TImageEnView( fParent ).MouseInteractGeneral;
end;


function TIEPdfViewer.IsImageSelectionEnabled(): Boolean;
begin
  Result := False;
  if assigned( fParent ) and not fShowAllPages then
    Result := miPdfSelectRgn in TImageEnView( fParent ).MouseInteractGeneral;
end;


Whats the Reason that you have in IsImageSelectionEnabled and not fShowAllPages? If i remove ths is that a problem?
Go to Top of Page

xequte

38418 Posts

Posted - Jul 26 2024 :  20:42:51  Show Profile  Reply
Hi

As per the documentation, those interactions are not supported at this time:

http://www.imageen.com/help/TIEPdfViewer.ShowAllPages.html

It's on the to-do list for a future version.

Nigel
Xequte Software
www.imageen.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: