Permissions

PdfSaveOptions.Permissions property

The PDF document permissions such as printing, modification and data extraction.

public Permissions? Permissions { get; set; }

Remarks

To modify these permissions, the PermissionsPassword must be set. For a code sample, see the documentation.

See Also