Gets a value indicating whether it is allowed to make any changes to the document.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public bool AllowEverything { get; }
VB
Public ReadOnly Property AllowEverything As Boolean
Get
Property Value
Type:
Booleantrue if any changes to the document are allowed; otherwise,
false.
See Also