StiPdfExportSettings for setting StiUserAccessPrivileges.non

Stimulsoft Reports.UWP discussion
Locked
Pavan
Posts: 2
Joined: Mon Dec 19, 2016 9:15 am

StiPdfExportSettings for setting StiUserAccessPrivileges.non

Post by Pavan »

Hi,

In WinRT, how to export pdf file with User access privileges as none (For making non editable pdf)

THanks,
Pavan
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: StiPdfExportSettings for setting StiUserAccessPrivileges

Post by Alex K. »

Hello,

Please try to use the StiPdfExportSettings:

Code: Select all

StiPdfExportSettings padfExpSettings = new StiPdfExportSettings();
padfExpSettings.UserAccessPrivileges = StiUserAccessPrivileges.None;
Thank you.
Pavan
Posts: 2
Joined: Mon Dec 19, 2016 9:15 am

Re: StiPdfExportSettings for setting StiUserAccessPrivileges

Post by Pavan »

I don't see this option in WinRT.
StiUserAccessPrivileges property is not available.
Andrew
Posts: 4104
Joined: Fri Jun 09, 2006 3:58 am

Re: StiPdfExportSettings for setting StiUserAccessPrivileges

Post by Andrew »

Dear Pavan,

What version of the software are you using?

Thank you.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: StiPdfExportSettings for setting StiUserAccessPrivileges

Post by Alex K. »

Hello,

Unfortunately, the WinRT version does not contain this option. Sorry.

Thank you.
Locked