Table of Contents

Property MetadataEncrypted

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

MetadataEncrypted

Gets a value indicating whether document metadata is encrypted by a standard (password) encryption handler.

public bool MetadataEncrypted { get; }

Property Value

bool

true if document metadata is encrypted by a standard (password) encryption handler; otherwise, false.

Remarks

The Decrypt PDF documents in C# and VB.NET article describes how to process encrypted PDF documents.