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