PdfSecurityAllowEditContent Property
Controls if it is allowed to modify the contents of the document by operations other than those controlled by
AllowEditAnnotations and
AllowFormFilling.
This property is true by default
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public bool AllowEditContent { get; set; }
Public Property AllowEditContent As Boolean
Get
Set
public:
property bool AllowEditContent {
bool get ();
void set (bool value);
}
member AllowEditContent : bool with get, set
Property Value
Boolean