Enum PdfPrintPermission
- Namespace
- LibreOfficeKit.Enums
- Assembly
- LibreOfficeKit.dll
Specifies the print permission level for a secured PDF document.
Maps to the LibreOffice Printing FilterData parameter.
public enum PdfPrintPermission
Fields
HighResolution = 2High-resolution printing is allowed (default). LibreOffice value: 2.
LowResolution = 1Only low-resolution (150 DPI) printing is allowed. LibreOffice value: 1.
None = 0Printing is not allowed. LibreOffice value: 0.