Method SetReadOnlyAsync
SetReadOnlyAsync(Boolean)
Sets the ReadOnly flag.
Declaration
public Task<bool> SetReadOnlyAsync(bool readOnly)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | readOnly | The ReadOnly flag to set. |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<System.Boolean> | ReadOnly flag, see PDF-32000, section 12.7.3.1 |