Property ModifyContents
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
ModifyContents
Gets or sets a value indicating whether user is allowed to modify the contents of the document.
public bool ModifyContents { get; set; }
Property Value
- bool
true
if user is allowed to modify the contents of the document; otherwise,false
.
Remarks
Read the Encrypt PDF documents in C# and VB.NET article for examples of using this property.