Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 948 Bytes

File metadata and controls

13 lines (9 loc) · 948 Bytes

Set up PDF permissions in C# and VB.NET

This sample shows how to set up user access permissions for a PDF document in C# and VB.NET.

Only encrypted documents can have user access permissions set up.

When encrypting with a password, there are two password types: "user" and "owner" passwords. Opening a PDF document with an "owner" password allows you to do everything with it. Opening a PDF document with a "user" password allows only operations specified by the user access permissions.

User access permissions may be used to disallow printing of the document, filling of form fields, or other operations.

See also