Click or drag to resize

JpegToPdfEncoderPermissions Property

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

Property Value

Type: PdfAccessPermissions
Sets or gets the set of allowable actions for this PDF.
Remarks
PdfAccessPermissions refer to permissions that are allowed within a PDF document. Permissions are granted by allowing actions rather than preventing them.
See Also