Enum
PrintingPermissionType

Specifies whether printing is allowed and at what quality level under PDF permissions.

Definition

Namespace:Telerik.Windows.Documents.Fixed.FormatProviders.Pdf.Model.Encryption

Assembly:Telerik.Windows.Documents.Fixed.dll

Syntax:

cs-api-definition
public enum PrintingPermissionType

Fields

HighResolution

Allows printing at the highest available quality.

Declaration

cs-api-definition
HighResolution = 2

Field Value

PrintingPermissionType

LowResolution

Allows printing at low resolution (typically up to 150 dpi).

Declaration

cs-api-definition
LowResolution = 1

Field Value

PrintingPermissionType

None

Disables all printing.

Declaration

cs-api-definition
None = 0

Field Value

PrintingPermissionType

In this article
DefinitionFieldsHighResolutionLowResolutionNone
Not finding the help you need?
Contact Support