Property MetadataEncrypted
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
MetadataEncrypted
Gets a value indicating whether document metadata is encrypted by a public key encryption handler.
public bool MetadataEncrypted { get; }
Property Value
- bool
trueif document metadata is encrypted by a public key encryption handler; otherwise,false.
Remarks
The Decrypt PDF documents in C# and VB.NET article describes how to process encrypted PDF documents.