Table of Contents

Property AllowEverything

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

AllowEverything

Gets a value indicating whether it is allowed to make any changes to the document.

public bool AllowEverything { get; }

Property Value

bool

true if any changes to the document are allowed; otherwise, false.

Remarks

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