Gets or sets a value indicating whether user is allowed to modify
the contents of the document.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool ModifyContents { get; set; }
VB
Public Property ModifyContents As Boolean
Get
Set
Property Value
Type:
Booleantrue if user is allowed to modify the contents of
the document; otherwise,
false.
See Also