Gets a value indicating whether it 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; }
VB
Public ReadOnly Property ModifyContents As Boolean
Get
Property Value
Type:
Booleantrue if it is allowed to modify the contents of the document; otherwise,
false.
See Also