Hi
Is there a way to restrict moving the pages within thumbnail view.
Thanks for your help.
Thumbnail View
Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange
-
- Site Admin
- Posts: 2448
- Joined: Thu Jun 30, 2005 4:11 pm
Re: Thumbnail View
Hi, naseem.
Currently it can be restricted only by document security permissions.
Best
Regards.
Currently it can be restricted only by document security permissions.
Best
Regards.
PDF-XChange Co. LTD (Project Developer)
Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
-
- User
- Posts: 10
- Joined: Mon May 06, 2013 5:16 pm
Re: Thumbnail View
Hi
Can you please explain how we can do it through document security permission.
Thanks
Can you please explain how we can do it through document security permission.
Thanks
-
- Site Admin
- Posts: 2448
- Joined: Thu Jun 30, 2005 4:11 pm
Re: Thumbnail View
Sorry, I checked it again and found one feature to prevent moving pages:
Code: Select all
pdfViewer.SetDocumentProperty(docID, "DenyMovePages", dataIn("true"), 0);
// pdfViewer.SetDocumentProperty(docID, "DenyInsertPages", dataIn("true"), 0);
// pdfViewer.SetDocumentProperty(docID, "DenyDeletePages", dataIn("true"), 0);
PDF-XChange Co. LTD (Project Developer)
Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
-
- User
- Posts: 10
- Joined: Mon May 06, 2013 5:16 pm
Re: Thumbnail View
great, thanks for your help.
-
- Site Admin
- Posts: 19913
- Joined: Mon Jan 12, 2009 8:07 am