Rotation does not Modify  SOLVED

PDF-XChange Editor SDK for Developers

Moderators: TrackerSupp-Daniel, Tracker Support, Paul - Tracker Supp, Vasyl-Tracker Dev Team, Chris - Tracker Supp, Sean - Tracker, Ivan - Tracker Software, Tracker Supp-Stefan

Forum rules
DO NOT post your license/serial key, or your activation code - these forums, and all posts within, are public and we will be forced to immediately deactivate your license.

When experiencing some errors, use the IAUX_Inst::FormatHRESULT method to see their description and include it in your post along with the error code.
Post Reply
jeffp
User
Posts: 914
Joined: Wed Sep 30, 2009 6:53 pm

Rotation does not Modify

Post by jeffp »

Is there a reason why the document is not marked Modified after pressing the Rotate CW or Rotate CCW buttons?

Is there a way to make that happen.

If I place a comment on a Page, then the Modified property gets set to True, but now with Rotation.

Why? Is it possible to do that?

--Jeff
Sasha - Tracker Dev Team
User
Posts: 5522
Joined: Fri Nov 21, 2014 8:27 am
Contact:

Re: Rotation does not Modify

Post by Sasha - Tracker Dev Team »

Hello Jeff,

You mean, that you are executing rotate pages commands in the clean FullDemo application, and the opened document does not get modified?

Cheers,
Alex
Subscribe at:
https://www.youtube.com/channel/UC-TwAMNi1haxJ1FX3LvB4CQ
jeffp
User
Posts: 914
Joined: Wed Sep 30, 2009 6:53 pm

Re: Rotation does not Modify

Post by jeffp »

I am embedding the TPXV_Control inside my Delphi app. As such, I then display the toolbars and open a PDF. I then press the Rotate CW button to rotate the PDF page. At that point, IPXV_Document.Modified is still false and PXC_Document.SrcInfo.IsDirty is still false.

--Jeff
User avatar
Will - Tracker Supp
Site Admin
Posts: 6815
Joined: Mon Oct 15, 2012 9:21 pm
Location: London, UK
Contact:

Re: Rotation does not Modify  SOLVED

Post by Will - Tracker Supp »

Hi Jeff,

Those buttons only modify the view of the document, but do not modify the actual rotation of the pages. You'll need to use the Rotate Pages feature, which can be found under the Document menu in the end user application.

Thanks,
If posting files to this forum, you must archive the files to a ZIP, RAR or 7z file or they will not be uploaded.
Thank you.

Best regards

Will Travaglini
Tracker Support (Europe)
Tracker Software Products Ltd.
http://www.tracker-software.com
jeffp
User
Posts: 914
Joined: Wed Sep 30, 2009 6:53 pm

Re: Rotation does not Modify

Post by jeffp »

Perfect. Thanks.
Sasha - Tracker Dev Team
User
Posts: 5522
Joined: Fri Nov 21, 2014 8:27 am
Contact:

Re: Rotation does not Modify

Post by Sasha - Tracker Dev Team »

:)
Subscribe at:
https://www.youtube.com/channel/UC-TwAMNi1haxJ1FX3LvB4CQ
Post Reply