Class PdfEncryptionOptions
Password protection / permissions for the generated PDF.
public sealed class PdfEncryptionOptions
- Inheritance
-
PdfEncryptionOptions
- Inherited Members
Properties
AllowCopying
public bool AllowCopying { get; init; }
Property Value
AllowModification
public bool AllowModification { get; init; }
Property Value
AllowPrinting
public bool AllowPrinting { get; init; }
Property Value
OwnerPassword
public string? OwnerPassword { get; init; }
Property Value
UserPassword
public required string UserPassword { get; init; }