Click or drag to resize

PdfTranslatorPermissions Property

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

Namespace:  Atalasoft.Ocr
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.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