Table of Contents

Class PdfEncryptionOptions

Namespace
CobaltPdf.WebKit
Assembly
CobaltPDF.WebKit.dll

Password protection / permissions for the generated PDF.

public sealed class PdfEncryptionOptions
Inheritance
PdfEncryptionOptions
Inherited Members

Properties

AllowCopying

public bool AllowCopying { get; init; }

Property Value

bool

AllowModification

public bool AllowModification { get; init; }

Property Value

bool

AllowPrinting

public bool AllowPrinting { get; init; }

Property Value

bool

OwnerPassword

public string? OwnerPassword { get; init; }

Property Value

string

UserPassword

public required string UserPassword { get; init; }

Property Value

string