Class PdfEncryption
Configuration for PDF encryption (e.g. passwords, permissions).
public record PdfEncryption : IEquatable<PdfEncryption>
- Inheritance
-
PdfEncryption
- Implements
- Inherited Members
Properties
AllowAnnotations
public bool AllowAnnotations { get; init; }
Property Value
AllowContentCopying
public bool AllowContentCopying { get; init; }
Property Value
AllowContentCopyingForAccessibility
public bool AllowContentCopyingForAccessibility { get; init; }
Property Value
AllowDocumentAssembly
public bool AllowDocumentAssembly { get; init; }
Property Value
AllowDocumentModification
public bool AllowDocumentModification { get; init; }
Property Value
AllowFormFilling
public bool AllowFormFilling { get; init; }
Property Value
AllowFullQualityPrinting
public bool AllowFullQualityPrinting { get; init; }
Property Value
AllowPrinting
public bool AllowPrinting { get; init; }
Property Value
EncryptPdf
public bool EncryptPdf { get; init; }
Property Value
OwnerPassword
public string? OwnerPassword { get; init; }
Property Value
UserPassword
public string? UserPassword { get; init; }