Thumbnail View

PDF-XChange Viewer SDK for Developer's
(ActiveX and Simple DLL Versions)

Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange

naseem
User
Posts: 10
Joined: Mon May 06, 2013 5:16 pm

Thumbnail View

Post by naseem »

Hi
Is there a way to restrict moving the pages within thumbnail view.

Thanks for your help.
User avatar
Vasyl - PDF-XChange
Site Admin
Posts: 2448
Joined: Thu Jun 30, 2005 4:11 pm

Re: Thumbnail View

Post by Vasyl - PDF-XChange »

Hi, naseem.

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.
naseem
User
Posts: 10
Joined: Mon May 06, 2013 5:16 pm

Re: Thumbnail View

Post by naseem »

Hi
Can you please explain how we can do it through document security permission.

Thanks
User avatar
Vasyl - PDF-XChange
Site Admin
Posts: 2448
Joined: Thu Jun 30, 2005 4:11 pm

Re: Thumbnail View

Post by Vasyl - PDF-XChange »

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.
naseem
User
Posts: 10
Joined: Mon May 06, 2013 5:16 pm

Re: Thumbnail View

Post by naseem »

great, thanks for your help.
User avatar
Stefan - PDF-XChange
Site Admin
Posts: 19913
Joined: Mon Jan 12, 2009 8:07 am

Re: Thumbnail View

Post by Stefan - PDF-XChange »

:)