Table of Contents

Property ModifyContents

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

ModifyContents

Gets a value indicating whether it is allowed to modify the contents of the document.

public bool ModifyContents { get; }

Property Value

bool

true if it is allowed to modify the contents of the document; otherwise, false.

Remarks

Check the Decrypt PDF documents in C# and VB.NET article for more information on processing encrypted PDF documents.