Property EncryptMetadata
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
EncryptMetadata
Gets or sets the value indicating whether to encrypt document metadata.
public bool EncryptMetadata { get; set; }
Property Value
- bool
true
if metadata should be encrypted; otherwise,false
.
Remarks
Default value: true
.
The value of this property is ignored if Algorithm is PdfEncryptionAlgorithm.Standard40Bit or PdfEncryptionAlgorithm.Standard128Bit. The metadata is always encrypted if one of these algorithms used.