Apitron.PDF.Kit library for .NET
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
User password. Allows viewing by anyone but
restricts privileges such as printing.
Namespace: Apitron.PDF.Kit.Security
Assembly: Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax
Property Value
Type: StringRemarks
Examples
C#
FixedDocument document = new FixedDocument(); document.SecuritySettings = new SecuritySettings(); document.SecuritySettings.UserPassword = "topsecret";
See Also