Table of Contents

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 = 2

High-resolution printing is allowed (default). LibreOffice value: 2.

LowResolution = 1

Only low-resolution (150 DPI) printing is allowed. LibreOffice value: 1.

None = 0

Printing is not allowed. LibreOffice value: 0.