Click or drag to resize

PdfEncoderPermissions Property

Sets or gets the set of allowable actions for this PDF.

Namespace:  Atalasoft.Imaging.Codec.Pdf
Assembly:  Atalasoft.dotImage.Pdf (in Atalasoft.dotImage.Pdf.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntax
public PdfAccessPermissions Permissions { get; set; }

Property Value

Type: PdfAccessPermissions
Remarks
PdfAccessPermissions refer to permissions that are allowed within a PDF document. Permissions are granted by allowing actions rather than preventing them.
See Also